实名制对接

This commit is contained in:
2023-03-17 14:06:12 +08:00
parent 8a17cb692a
commit c37a207bfe
5 changed files with 34 additions and 18 deletions
@@ -15,6 +15,14 @@ namespace Model
/// 项目号
/// </summary>
public string projectCode
{
get;
set;
}
/// <summary>
/// 项目号
/// </summary>
public string projectNum
{
get;
set;
+5
View File
@@ -26,6 +26,11 @@ namespace Model
get;
set;
}
public string ProjectNum
{
get;
set;
}
/// <summary>
/// 设备序列号
/// </summary>