feat:完善项目
This commit is contained in:
@ -20,6 +20,10 @@ type WorkRepairInfo struct {
|
||||
BreakdownTitle string `json:"breakdown_title"`
|
||||
}
|
||||
|
||||
type WorkRepairEvaluateInfo struct {
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
// Repairs 维修工单信息
|
||||
func (m *WorkRepair) Repairs(page, pageSize int, count *int64, where ...*model.ModelWhere) ([]*WorkRepairInfo, error) {
|
||||
db := orm.GetDB().Table(m.TableName()+" r").
|
||||
|
Reference in New Issue
Block a user