add
wangpengfei
2023-07-20 a63566fef15a499c82a5198578d5cb99fca299d4
pkg/ecode/code.go
@@ -289,4 +289,7 @@
   VettingExist    = 4100001 // 审批已存在
   VettingNotExist = 4100002 // 审批不存在
   VettingListErr  = 4100003 // 获取审批列表失败
   VettingSetErr   = 4100004 // 设置审批失败
)