|
@@ -50,8 +50,9 @@ public class ZTouchOperationEngineeringVo extends BaseEntity implements Serializ
|
|
|
/**
|
|
|
* 作业方式
|
|
|
*/
|
|
|
- @ExcelProperty(value = "作业方式", converter = ExcelDictConvert.class)
|
|
|
- @ExcelDictFormat(dictType = "tapping_operation")
|
|
|
+// @ExcelProperty(value = "作业方式", converter = ExcelDictConvert.class)
|
|
|
+ @ExcelProperty(value = "作业方式")
|
|
|
+// @ExcelDictFormat(dictType = "tapping_operation")
|
|
|
private String modeOperation;
|
|
|
|
|
|
// @ExcelProperty(value = "派发时间")
|