人员单位过滤

This commit is contained in:
geh
2026-01-07 14:31:42 +08:00
parent 4000a4ef96
commit 1fd5831f29
2 changed files with 76 additions and 2 deletions
@@ -34,6 +34,10 @@
/// 单位编码
/// </summary>
public string UnitCode { get; set; }
/// <summary>
/// 身份证号码
/// </summary>
public string IdentityCard { get; set; }
}
}