diff --git a/erp/constant.go b/erp/constant.go index 3588f79..8c0cb3e 100644 --- a/erp/constant.go +++ b/erp/constant.go @@ -76,6 +76,7 @@ const ( ExportTypePaymentList = "paymentList" // 采购付款单 ExportTypeRequestList = "requestList" // 费用申请单 ExportTypeExpense = "expense" // 费用报销单 + ExportTypeExpenseList = "expenseList" // 费用报销单列表 ) type BanFlag = int64 // 出舱状态