修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-04-17 15:33:44 +08:00
parent d125ff6324
commit c0d6eb3203
12 changed files with 19802 additions and 4 deletions
@@ -40,7 +40,14 @@ public class SystemDocument : BaseFullDeleteAuditEntity
/// </summary>
public int? NewStaffTrainDays { get; set; }
/// <summary>
/// 是否发布
/// </summary>
public bool IsPublish { get; set; } = true;
}
[Comment("后台 - 系统签署文档附件")]