From cdf1e74e60dd3bd214081577f25805ffee921b83 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期五, 12 七月 2024 10:15:07 +0800 Subject: [PATCH] 添加代码自动生成,修改获取车辆编号返回结构 --- constvar/const.go | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index 53a4073..97dccc0 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -17,6 +17,13 @@ UserTypeSub // 瀛愯处鎴� ) +type CodeStandardType int + +const ( + CodeStandardType_Workshop CodeStandardType = iota + 1 + CodeStandardType_Fineness +) + type CarFlag int const ( -- Gitblit v1.8.0