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