lishihai
2024-06-13 d2e6dff92184f2c6b9cff56ce04e2f11b8494672
models/operation.go
@@ -59,7 +59,7 @@
      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:验证者验证操作时间"`
      CheckedAt    time.Time `json:"checkedAt" gorm:"type:datetime;default:null;comment:验证者验证操作时间"`
   }
   OperationSearch struct {