1单位参建人数

This commit is contained in:
2026-01-07 10:51:48 +08:00
parent e2dbaa9167
commit 6bbf6d34b4
3 changed files with 91 additions and 17 deletions
+5
View File
@@ -34,6 +34,11 @@
/// 单位编码
/// </summary>
public string UnitCode { get; set; }
/// <summary>
/// 身份证号码
/// </summary>
public string IdentityCard { get; set; }
}
}