sunpengfei
2025-08-18 4b574fd74eece20f4e64b48c39c5aa6ad70b0d0f
FlexJobApi.Core/Models/FlexJobServer/TaskCheckReceive/Commands/SubmitCheckReceiveTaskCommand.cs
@@ -24,6 +24,11 @@
        public Guid TaskInfoId { get; set; }
        /// <summary>
        /// 日期
        /// </summary>
        public DateTime Date { get; set; }
        /// <summary>
        /// 附件
        /// </summary>
        public List<string> Files { get; set; }