From 02a2176f7c5733a4e4c4429c2028bbb86a967ce7 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期二, 06 二月 2024 10:13:38 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/SRM --- constvar/const.go | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index 384dbfa..6bd9591 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -7,3 +7,12 @@ UserTypePrimary // 涓昏处鎴� UserTypeSub // 瀛愯处鎴� ) + +const SystemTypeSrm = 4 //srm璐﹀彿 + +type CodeStandardType string + +const ( + CodeStandardType_PurchaseOrder CodeStandardType = "閲囪喘鍗曠紪鐮�" + CodeStandardType_Supplier CodeStandardType = "渚涘簲鍟嗙紪鐮�" +) -- Gitblit v1.8.0