看板修改

This commit is contained in:
2025-03-17 18:46:22 +08:00
parent 2927c2d985
commit 8db8992061
6 changed files with 154 additions and 60 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; }
}
}