This commit is contained in:
geh
2026-03-23 15:22:29 +08:00
parent 94584d242b
commit c38590add8
173 changed files with 19679 additions and 4413 deletions
@@ -7,6 +7,7 @@ namespace Model
/// </summary>
public class LicenseOutput:BaseEntities
{
public string LicenseTypeId { get; set; }
public string LicenseTypeName { get; set; }
public string UnitTypeName { get; set; }
public string WorkAreaName { get; set; }
@@ -14,6 +15,7 @@ namespace Model
public DateTime? CompileDate { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? EndDate { get; set; }
public string WorkStates { get; set; }
public string WorkStatesStr { get; set; }
}