feat(erp): 添加费用报销单列表导出类型常量
- 新增 ExportTypeExpenseList 常量用于费用报销单列表导出功能
This commit is contained in:
@@ -76,6 +76,7 @@ const (
|
||||
ExportTypePaymentList = "paymentList" // 采购付款单
|
||||
ExportTypeRequestList = "requestList" // 费用申请单
|
||||
ExportTypeExpense = "expense" // 费用报销单
|
||||
ExportTypeExpenseList = "expenseList" // 费用报销单列表
|
||||
)
|
||||
|
||||
type BanFlag = int64 // 出舱状态
|
||||
|
||||
Reference in New Issue
Block a user