models/operation.go
@@ -57,6 +57,9 @@ 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"` CheckedAt time.Time `json:"checkedAt" gorm:"type:datetime;comment:验证者验证操作时间"` } OperationSearch struct {