部署
This commit is contained in:
@@ -4,11 +4,13 @@ type BusinessType = string // 业务类型
|
||||
const (
|
||||
BusinessTypeSaleAudit BusinessType = "saleAudit" // 销售合同审核
|
||||
BusinessTypePurchaseAudit BusinessType = "purchaseAudit" // 销售合同审核
|
||||
BusinessTypeShipmentAudit BusinessType = "shipmentAudit" // 销售合同审核
|
||||
)
|
||||
|
||||
var BusinessTypeName = map[BusinessType]string{
|
||||
BusinessTypeSaleAudit: "销售合同审核",
|
||||
BusinessTypePurchaseAudit: "采购合同审核",
|
||||
BusinessTypeShipmentAudit: "订舱单审核",
|
||||
}
|
||||
|
||||
type AuditStatus = int64 // 审核状态
|
||||
@@ -31,4 +33,5 @@ type ExportType = string // 导出类型
|
||||
const (
|
||||
ExportTypeSalePi = "salePi" // 销售pi导出
|
||||
ExportTypeSaleBenefit = "saleBenefit" // 效益测算导出
|
||||
ExportTypePurchase = "purchase" // 采购导出
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user