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

Uat_IRC_Net8
he 2025-04-03 15:10:04 +08:00
parent 1e4571a814
commit 1a929ce2ca
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ public class HistoricalVersionDto: AuditDocumentUpdateDto
public bool IsCurrentVersion { get; set; } = false; public bool IsCurrentVersion { get; set; } = false;
public int? Version { get; set; } public int? Version { get; set; }
public DateTime CreateTime { get; set; }
public DateTime UpdateTime { get; set; }
} }
public class AuditDocumentUpdateDto public class AuditDocumentUpdateDto