yinbentan
2024-06-29 23663116574fa8f977c1241f98347833a2c28087
request/operation.go
@@ -38,6 +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)"`
}
type OperationDetails struct {
@@ -99,6 +100,8 @@
   Accountant        string                     `json:"accountant" gorm:"type:varchar(255);comment:会计名称"`
   CustodianId       string                     `json:"custodianId" gorm:"type:varchar(255);comment:保管员id"`
   Custodian         string                     `json:"custodian" gorm:"type:varchar(255);comment:保管员名称"`
   WarehouseId         int                        `json:"warehouseId" gorm:"type:int;not null;comment:仓库id"` //仓库id
   InventoryDealerType int                        `json:"inventoryDealerType" gorm:"type:varchar(255);comment:调拨出入库分类(对应dict字典表的ID)"`
}
type OperationAllList struct {