fix
zhangqian
2024-07-04 286adacbe154f984b500cd7df16e332e255f2010
request/operation.go
@@ -38,7 +38,7 @@
   Custodian           string                     `json:"custodian" gorm:"type:varchar(255);comment:保管员名称"`
   BaseOperationType   constvar.BaseOperationType `json:"baseOperationType" gorm:"type:tinyint;not null;comment:基础作业类型"` //基础作业类型 5库存盘点
   WarehouseId         int                        `json:"warehouseId" gorm:"type:int;not null;comment:仓库id"`             //仓库id
   InventoryDealerType int                        `json:"inventoryDealerType" gorm:"type:varchar(255);comment:调拨出入库分类(对应dict字典表的ID)"`
   DealerType        string                     `json:"dealerType" gorm:"type:varchar(255);comment:调拨出入库类型"`
}
type OperationDetails struct {