暂存一下,防止丢失

This commit is contained in:
2026-07-24 16:07:18 +08:00
parent 5d6e23f1a5
commit a18ed8bc8d
180 changed files with 13597 additions and 1986 deletions

View File

@@ -233,13 +233,6 @@ const (
ApprovalTypeManual = "manual" // 人工([预留]
)
// 审批状态([预留] 用于审批流程功能,待产品规划)
const (
ApprovalStatusPending = 1 // 待审批([预留]
ApprovalStatusApproved = 2 // 已通过([预留]
ApprovalStatusRejected = 3 // 已拒绝([预留]
)
// ========================================
// 4. 财务管理常量
// ========================================