PMP
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user