Platform upgrade: login auth fix, OCR/OSS upload, system menus and dicts, weather dashboard, weighing and invoice modules

This commit is contained in:
2026-08-14 01:12:33 +08:00
parent c377421a3e
commit 8099ebae0a
75 changed files with 5611 additions and 473 deletions
@@ -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;