feat(erp): 添加采购付款单和费用申请单导出类型常量

- 新增 ExportTypePaymentList 常量用于采购付款单导出
- 新增 ExportTypeRequestList 常量用于费用申请单导出
This commit is contained in:
2026-01-13 12:15:32 +08:00
parent 22af038358
commit 0342008f42

View File

@@ -66,6 +66,8 @@ const (
ExportTypeAccountingFactory = "accountingFactory" // 做账工厂导出 ExportTypeAccountingFactory = "accountingFactory" // 做账工厂导出
ExportTypeAccountingV2 = "accountingV2" // 做账导出 ExportTypeAccountingV2 = "accountingV2" // 做账导出
ExportTypeAccountingFactoryV2 = "accountingFactoryV2" // 做账工厂导出 ExportTypeAccountingFactoryV2 = "accountingFactoryV2" // 做账工厂导出
ExportTypePaymentList = "paymentList" // 采购付款单
ExportTypeRequestList = "requestList" // 费用申请单
) )
type BanFlag = int64 // 出舱状态 type BanFlag = int64 // 出舱状态