models/operation.go
@@ -61,6 +61,7 @@ CheckedBy string `json:"checkedBy" gorm:"type:varchar(255);comment:验证者UserId"` Remark string `json:"remark"` WarehouseId int `json:"warehouseId" gorm:"type:int;not null;comment:仓库id"` IsInternalOutput bool `json:"isInternalOutput"` //是否调拨产生的出库 }