添加动态目标
All checks were successful
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 2s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
Docker Build & Deploy / Build Docker Image (push) Successful in 22s
Docker Build & Deploy / Deploy to Production (push) Successful in 10s
All checks were successful
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 2s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
Docker Build & Deploy / Build Docker Image (push) Successful in 22s
Docker Build & Deploy / Deploy to Production (push) Successful in 10s
This commit is contained in:
@@ -23,6 +23,16 @@ public class BudgetArchive : BaseEntity
|
||||
/// </summary>
|
||||
public DateTime ArchiveDate { get; set; } = DateTime.Now;
|
||||
|
||||
/// <summary>
|
||||
/// 支出结余(预算 - 实际,正数表示省钱,负数表示超支)
|
||||
/// </summary>
|
||||
public decimal ExpenseSurplus { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 收入结余(实际 - 预算,正数表示超额收入,负数表示未达预期)
|
||||
/// </summary>
|
||||
public decimal IncomeSurplus { get; set; }
|
||||
|
||||
public string? Summary { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user