sunpengfei
2025-08-18 b183e8d5cc4b39626dc4f55c84628b571b293778
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; }