model/work_order.go
@@ -22,7 +22,7 @@ Unit string `gorm:"type:varchar(100);comment:单位" json:"unit"` StartTime int64 `gorm:"comment:计划开始时间" json:"startTime"` EndTime int64 `gorm:"comment:计划结束时间" json:"endTime"` Status OrderStatus `json:"-"` Status OrderStatus } OrderSearch struct {