constvar/const.go
@@ -6,6 +6,8 @@ BaseOperationTypeIncoming BaseOperationType = iota + 1 //收货 BaseOperationTypeOutgoing //交货 BaseOperationTypeInternal //内部调拨 BaseOperationTypeDisuse //报废 BaseOperationTypeAdjust //库存盘点 ) func (slf BaseOperationType) IsValid() bool {