models/operation.go
@@ -57,6 +57,10 @@ 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:保管员名称"` 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 {