liujiandao
2024-04-15 439b8cf9619e6deb6b42182d0f43cc1252fc9d2a
models/operation.go
@@ -49,6 +49,10 @@
      ToLocationID       int      `json:"toLocationId"    gorm:"type:int;not null;comment:仓库位置id"`      //目标位置id
      ToLocation         Location `json:"toLocation"      gorm:"foreignKey:ToLocationID;references:Id"` //目标位置
      SalesDetailsNumber string   `gorm:"type:varchar(191);comment:销售明细编码" json:"salesDetailsNumber"`
      Manager    string `json:"manager" gorm:"type:varchar(255);comment:主管"`
      Accountant string `json:"accountant" gorm:"type:varchar(255);comment:会计"`
      Custodian  string `json:"custodian" gorm:"type:varchar(255);comment:保管员"`
   }
   OperationSearch struct {