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