增加app 版本管理

This commit is contained in:
2025-12-17 00:37:57 +08:00
parent 9d396fa96e
commit da8ac8a22b
12 changed files with 751 additions and 452 deletions

View File

@@ -52,5 +52,10 @@
/// 是否编辑
/// </summary>
public bool IsEdit { get; set; }
/// <summary>
/// 是否主货币
/// </summary>
public bool PrimaryCurrency { get; set; }
}
}