lishihai
2024-06-20 504f3e9bc274bcd6c7221e738802e0e5d4aef36f
models/operation.go
@@ -59,6 +59,8 @@
      Custodian    string `json:"custodian" gorm:"type:varchar(255);comment:保管员名称"`
      CreatedBy    string `json:"createBy" gorm:"type:varchar(255);comment:创建者UserId"`
      CheckedBy    string `json:"checkedBy" gorm:"type:varchar(255);comment:验证者UserId"`
      IsInternalOutput bool `json:"isInternalOutput"` //是否调拨产生的出库
   }
   OperationSearch struct {