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