jiangshuai
2023-12-13 5c425d440200e84fcbfc98c98e02d0b1420cd366
constvar/const.go
@@ -9,3 +9,10 @@
)
const SystemTypeSrm = 4 //srm账号
type CodeStandardType string
const (
   CodeStandardType_PurchaseOrder CodeStandardType = "采购单编码"
   CodeStandardType_Supplier      CodeStandardType = "供应商编码"
)