暂存一下,防止丢失
This commit is contained in:
@@ -233,13 +233,6 @@ const (
|
||||
ApprovalTypeManual = "manual" // 人工([预留])
|
||||
)
|
||||
|
||||
// 审批状态([预留] 用于审批流程功能,待产品规划)
|
||||
const (
|
||||
ApprovalStatusPending = 1 // 待审批([预留])
|
||||
ApprovalStatusApproved = 2 // 已通过([预留])
|
||||
ApprovalStatusRejected = 3 // 已拒绝([预留])
|
||||
)
|
||||
|
||||
// ========================================
|
||||
// 4. 财务管理常量
|
||||
// ========================================
|
||||
|
||||
Reference in New Issue
Block a user