实名制对接
This commit is contained in:
@@ -15,6 +15,14 @@ namespace Model
|
||||
/// 项目号
|
||||
/// </summary>
|
||||
public string projectCode
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 项目号
|
||||
/// </summary>
|
||||
public string projectNum
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
||||
@@ -26,6 +26,11 @@ namespace Model
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string ProjectNum
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 设备序列号
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user