|
@@ -75,7 +75,7 @@ public class PatrolInspectionRecordExportVo implements Serializable {
|
|
/**
|
|
/**
|
|
* 计划类型(1 普通计划,2 按次计划)
|
|
* 计划类型(1 普通计划,2 按次计划)
|
|
*/
|
|
*/
|
|
- @Excel(name = "地点类型", readConverterExp = "1=普通计划,2=按次计划")
|
|
|
|
|
|
+ @Excel(name = "计划类型", readConverterExp = "1=普通计划,2=按次计划")
|
|
private Integer planType;
|
|
private Integer planType;
|
|
|
|
|
|
/**
|
|
/**
|