This commit is contained in:
2026-01-07 11:44:30 +08:00
parent d123dc5c9f
commit 0dcd80d005
2 changed files with 75 additions and 1 deletions
+4
View File
@@ -34,6 +34,10 @@
/// 单位编码
/// </summary>
public string UnitCode { get; set; }
/// <summary>
/// 身份证号码
/// </summary>
public string IdentityCard { get; set; }
}
}