liujiandao
2024-03-07 24789a42dd9eebeca16feb0c4e9a64ae691b776e
models/warehouse.go
@@ -27,6 +27,7 @@
      OutboundTransportation int          `json:"outboundTransportation" gorm:"type:int;comment:出库运输"` //出库运输
      LocationId             int          `json:"locationId" gorm:"type:int;comment:位置id"`             //位置id
      WarehouseLocation      string       `json:"warehouseLocation" gorm:"-"`                          //库存位置
      Contacts               string       `json:"contacts" gorm:"type:varchar(255);comment:联系人"`       //联系人
   }
   WarehouseSearch struct {