This commit is contained in:
2026-03-06 17:59:43 +08:00
54 changed files with 2404 additions and 379 deletions
@@ -86,6 +86,20 @@ namespace Model
get; set;
}
/// <summary>
/// 项目代号
/// </summary>
public string ProjectCode
{
get; set;
}
/// <summary>
/// 项目名称
/// </summary>
public string ProjectName
{
get; set;
}
/// <summary>
/// 单位ID
/// </summary>
public string UnitId