lishihai
2024-07-03 52c7dec820e88e4e3466a03b0f68796805ebbe28
constvar/const.go
@@ -333,6 +333,11 @@
   TakeStock                            // 盘点类型
)
const (
   InputTotalHeader  string = "入库合计"
   OutPutTotalHeader string = "出库合计"
)
func (t MiniDictType) Valid() bool {
   if t <= 0 {
      return false