|
@@ -82,11 +82,4 @@ public class TargetIdentificationSubtaskDetailsImportVo implements Serializable
|
|
|
/** 逻辑删除标志(0代表存在 1代表删除) */
|
|
|
@ExcelProperty(value = "逻辑删除标志(0代表存在 1代表删除)")
|
|
|
private Integer delFlag;
|
|
|
-
|
|
|
- /** $column.columnComment */
|
|
|
- @ExcelProperty(value = "${comment}", converter = ExcelDictConvert.class)
|
|
|
- @ExcelDictFormat(readConverterExp = "$column.readConverterExp()")
|
|
|
- private String system;
|
|
|
-
|
|
|
-
|
|
|
}
|