| | |
| | | // ServiceOrderStatus 服务单状态 |
| | | ServiceOrderStatus struct { |
| | | Id int `json:"id" gorm:"column:id;type:int;primary_key;AUTO_INCREMENT"` |
| | | Name string `json:"name" gorm:"column:name;type:varchar(255);not null;default:'';comment:名称"` |
| | | Name string `json:"name" gorm:"column:name;type:varchar(255);not null;default:'';comment:名称"` |
| | | } |
| | | |
| | | // ServiceOrderStatusSearch 服务单状态搜索条件 |
| | | ServiceOrderStatusSearch struct { |
| | | ServiceOrderStatus |
| | | Orm *gorm.DB |
| | | QueryClass constvar.ServiceOrderStatusQueryClass |
| | | KeywordType constvar.ServiceOrderStatusKeywordType |
| | | Keyword string |
| | | PageNum int |
| | | PageSize int |
| | | Orm *gorm.DB |
| | | QueryClass constvar.ServiceOrderStatusQueryClass |
| | | KeywordType constvar.ServiceOrderStatusKeywordType |
| | | Keyword string |
| | | PageNum int |
| | | PageSize int |
| | | } |
| | | ) |
| | | |