feat(erp): 添加采购付款单和费用申请单导出类型常量
- 新增 ExportTypePaymentList 常量用于采购付款单导出 - 新增 ExportTypeRequestList 常量用于费用申请单导出
This commit is contained in:
@@ -66,6 +66,8 @@ const (
|
||||
ExportTypeAccountingFactory = "accountingFactory" // 做账工厂导出
|
||||
ExportTypeAccountingV2 = "accountingV2" // 做账导出
|
||||
ExportTypeAccountingFactoryV2 = "accountingFactoryV2" // 做账工厂导出
|
||||
ExportTypePaymentList = "paymentList" // 采购付款单
|
||||
ExportTypeRequestList = "requestList" // 费用申请单
|
||||
)
|
||||
|
||||
type BanFlag = int64 // 出舱状态
|
||||
|
||||
Reference in New Issue
Block a user