liujiandao
2024-01-03 3f5aa5f14c56e55a05902c7e3b9b112eb23ee80d
constvar/const.go
@@ -9,3 +9,10 @@
)
const SystemTypeSrm = 4 //srm账号
type CodeStandardType string
const (
   CodeStandardType_PurchaseOrder CodeStandardType = "采购单编码"
   CodeStandardType_Supplier      CodeStandardType = "供应商编码"
)