|
|
@@ -192,7 +192,7 @@ public class GxtRepairOrder extends BaseEntity
|
|
|
private Long orderType;
|
|
|
|
|
|
/** 维修方式(1正常维修,2复位启机)*/
|
|
|
- @Excel(name = "维修方式", readConverterExp = "1=正常维修,2=复位启机")
|
|
|
+ /*@Excel(name = "维修方式", readConverterExp = "1=正常维修,2=复位启机")*/
|
|
|
private String repairMethod;
|
|
|
|
|
|
/** 复位方式(1远程复位,2就地复位) */
|
|
|
@@ -245,6 +245,7 @@ public class GxtRepairOrder extends BaseEntity
|
|
|
private BigDecimal lostPower;
|
|
|
|
|
|
/** 工作票编号 */
|
|
|
+ @Excel(name = "工作票编号")
|
|
|
private String workPermitNum;
|
|
|
|
|
|
private Integer outTimeParam;
|