This commit is contained in:
2026-06-02 17:23:16 +08:00
parent d783458b89
commit 65703941c5
5 changed files with 76 additions and 2 deletions
+10
View File
@@ -173,10 +173,20 @@ namespace Model
[JsonProperty("stProjectTypeVals")]
public string stProjectTypeVals { get; set; }
/// <summary>
/// 项目类型一级名称
/// </summary>
[JsonProperty("stProjectTypeName")]
public string stProjectTypeName { get; set; }
/// <summary>
/// 项目类型二级
/// </summary>
[JsonProperty("stProjectStepVals")]
public string stProjectStepVals { get; set; }
/// <summary>
/// 项目类型二级名称
/// </summary>
[JsonProperty("stProjectStepName")]
public string stProjectStepName { get; set; }
///// <summary>
///// 项目阶段名称【控制软件项目阶段】
///// </summary>