diff --git a/erp/constant.go b/erp/constant.go index ec65546..f4cdb40 100644 --- a/erp/constant.go +++ b/erp/constant.go @@ -66,6 +66,8 @@ const ( ExportTypeAccountingFactory = "accountingFactory" // 做账工厂导出 ExportTypeAccountingV2 = "accountingV2" // 做账导出 ExportTypeAccountingFactoryV2 = "accountingFactoryV2" // 做账工厂导出 + ExportTypePaymentList = "paymentList" // 采购付款单 + ExportTypeRequestList = "requestList" // 费用申请单 ) type BanFlag = int64 // 出舱状态