Platform upgrade: login auth fix, OCR/OSS upload, system menus and dicts, weather dashboard, weighing and invoice modules
This commit is contained in:
@@ -7,6 +7,9 @@ public class Farmer
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>姓名拼音首字母(如:张三 → ZS,用于首字母检索)</summary>
|
||||
public string PinyinInitials { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>身份证号(唯一)</summary>
|
||||
public string IdCard { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user