| | |
| | | */ |
| | | @Excel(name = "保养人", width = 15) |
| | | @ApiModelProperty(value = "保养人") |
| | | @Dict(dicCode = "id",dictTable = "sys_user",dicText = "realname") |
| | | private String maintenanceUserId; |
| | | /** |
| | | * 计划开始时间 |
| | |
| | | */ |
| | | @Excel(name = "状态", width = 15) |
| | | @ApiModelProperty(value = "状态") |
| | | @Dict(dicCode = "maintenance_order_status") |
| | | private String status = CommonConstant.STATUS_1; |
| | | /** |
| | | * 备用字段1 |
| | |
| | | @TableField(exist = false) |
| | | @Dict(dicText = "depart_name",dicCode = "id",dictTable = "sys_depart") |
| | | private String useId; |
| | | @TableField(exist = false) |
| | | @Dict(dicCode = "assign_mode") |
| | | private String assignMode; |
| | | @TableField(exist = false) |
| | | private String actualWorkingHourQuota; |
| | | |
| | | } |
| | |
| | | select |
| | | t1.id id, |
| | | t1.num num, |
| | | t1.status status, |
| | | t1.item_id itemId, |
| | | t1.actual_start_time actualStartTime, |
| | | t1.actual_end_time actualEndTime, |
| | |
| | | t1.maintenance_user_id maintenanceUserId, |
| | | t2.monitor_type monitorType, |
| | | t2.num planNum, |
| | | t2.id workPlanId, |
| | | t2.team_id teamId, |
| | | t2.plan_version version, |
| | | t2.assign_mode assignMode, |