封装调整
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 25s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 25s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
This commit is contained in:
@@ -43,22 +43,14 @@ public class BudgetRecord : BaseEntity
|
||||
|
||||
public enum BudgetPeriodType
|
||||
{
|
||||
/// <summary>
|
||||
/// 周
|
||||
/// </summary>
|
||||
Week,
|
||||
/// <summary>
|
||||
/// 月
|
||||
/// </summary>
|
||||
Month,
|
||||
Month = 1,
|
||||
/// <summary>
|
||||
/// 年
|
||||
/// </summary>
|
||||
Year,
|
||||
/// <summary>
|
||||
/// 长期
|
||||
/// </summary>
|
||||
Longterm
|
||||
Year = 2
|
||||
}
|
||||
|
||||
public enum BudgetCategory
|
||||
|
||||
Reference in New Issue
Block a user