20250329 工作台

This commit is contained in:
2025-03-29 00:01:50 +08:00
parent 2d5e6785f1
commit 70169120e3
27 changed files with 770 additions and 795 deletions
+9
View File
@@ -95,5 +95,14 @@ namespace Model
get;
set;
}
/// <summary>
/// 项目号
/// </summary>
public string ProjectCode
{
get;
set;
}
}
}