This commit is contained in:
2025-03-24 14:21:22 +08:00
45 changed files with 5751 additions and 1519 deletions
+8
View File
@@ -68,4 +68,12 @@ namespace Model
set;
}
}
public class LicenseDto
{
public string ProjectId { get; set; }
public string WorkStates { get; set; }
public string LicenseTypeName { get; set; }
public string WorkStatesStr { get; set; }
}
}
+5 -1
View File
@@ -12,7 +12,11 @@ namespace Model
get;
set;
}
public string ProjectId
{
get;
set;
}
public DateTime? ChangeTime
{
get;