优化待分类页面
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 1m55s
Docker Build & Deploy / Deploy to Production (push) Has been skipped
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s

This commit is contained in:
SunCheng
2026-01-27 16:46:16 +08:00
parent 4aa7e82429
commit b78774bc39
2 changed files with 197 additions and 34 deletions

View File

@@ -60,10 +60,15 @@ public decimal Amount { get; set; }
/// </summary>
public string ImportNo { get; set; } = string.Empty;
/// <summary>
/// <summary>
/// 导入来源
/// </summary>
public string ImportFrom { get; set; } = string.Empty;
/// <summary>
/// 退款金额
/// </summary>
public decimal RefundAmount { get; set; }
}
public enum TransactionType