yinbentan
2024-07-03 53b83f1b5fd89336438dfa6de33541fcd81a290f
constvar/const.go
@@ -327,10 +327,11 @@
type MiniDictType int
const (
   StorageType  MiniDictType = iota + 1 // 入库类型
   StockoutType                         // 出库类型
   TransferType                         // 调拨类型
   TakeStock                            // 盘点类型
   StorageType   MiniDictType = iota + 1 // 入库类型
   StockoutType                          // 出库类型
   TransferType                          // 调拨类型
   TakeStockType                         // 盘点类型
   DisuseType                            // 报废类型
)
const (