liujiandao
2024-03-08 d7d9bca92e9d413cb2d352673e48ccbbd8e45352
constvar/const.go
@@ -24,3 +24,13 @@
   RightHalfCar                    //右半车
   AllCar                          //全车
)
type CheckItem int
const (
   CheckItemDeviation    CheckItem = iota + 1 //纤度偏差
   CheckItemTwiceChange                       //二次变化
   CheckItemCleanliness                       //清洁分
   CheckItemPurity                            //洁净分
   CheckItemMaxDeviation                      //最大偏差
)