加强判断完成判断标志以及给默认值
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-07 14:51:18 +08:00
parent 5a7796939f
commit e6bdb51b5b
2 changed files with 6 additions and 3 deletions
@@ -41,7 +41,6 @@ public class FileUploadRecordView : FileUploadRecordAddOrEdit
public DateTime UpdateTime { get; set; }
public bool? IsSync { get; set; }
[Comment("同步结束时间-最后一个任务的时间")]
@@ -93,6 +92,8 @@ public class FileUploadRecordAddOrEdit
public bool? IsNeedSync { get; set; }
public string UploadRegion { get; set; }
public string TargetRegion { get; set; }
public bool? IsSync { get; set; }
}