标准法规清单-编辑-导出 删除这些字段
This commit is contained in:
+13
-13
@@ -48,66 +48,66 @@ public class LawsDto {
|
|||||||
private String NYLX;
|
private String NYLX;
|
||||||
|
|
||||||
@ApiModelProperty(value = "标准年份")
|
@ApiModelProperty(value = "标准年份")
|
||||||
@ExcelProperty(value = "标准年份", index = 5)
|
// @ExcelProperty(value = "标准年份", index = 5)
|
||||||
private String standYear;
|
private String standYear;
|
||||||
|
|
||||||
@ApiModelProperty(value = "标准类别")
|
@ApiModelProperty(value = "标准类别")
|
||||||
@ExcelProperty(value = "标准类别", index = 6)
|
// @ExcelProperty(value = "标准类别", index = 6)
|
||||||
private String standSortShow;
|
private String standSortShow;
|
||||||
|
|
||||||
@ApiModelProperty(value = "标准发表日期")
|
@ApiModelProperty(value = "标准发表日期")
|
||||||
@ExcelProperty(value = "标准发表日期", index = 7)
|
// @ExcelProperty(value = "标准发表日期", index = 7)
|
||||||
private String issueTime;
|
private String issueTime;
|
||||||
|
|
||||||
@ColumnWidth(16)
|
@ColumnWidth(16)
|
||||||
@ExcelProperty(value = "标准实施日期", index = 8)
|
@ExcelProperty(value = "标准实施日期", index = 5)
|
||||||
@ApiModelProperty(value = "标准实施日期")
|
@ApiModelProperty(value = "标准实施日期")
|
||||||
@DateTimeFormat("yyyy年MM月dd日")
|
@DateTimeFormat("yyyy年MM月dd日")
|
||||||
private String SSRQ;
|
private String SSRQ;
|
||||||
|
|
||||||
@ColumnWidth(16)
|
@ColumnWidth(16)
|
||||||
@ExcelProperty(value = "新车型实施日期", index = 9)
|
@ExcelProperty(value = "新车型实施日期", index = 6)
|
||||||
@ApiModelProperty(value = "新车型实施日期")
|
@ApiModelProperty(value = "新车型实施日期")
|
||||||
@DateTimeFormat("yyyy年MM月dd日")
|
@DateTimeFormat("yyyy年MM月dd日")
|
||||||
private String XCXSSRQGJ;
|
private String XCXSSRQGJ;
|
||||||
|
|
||||||
@ColumnWidth(16)
|
@ColumnWidth(16)
|
||||||
@ExcelProperty(value = "在产车实施日期", index = 10)
|
@ExcelProperty(value = "在产车实施日期", index = 7)
|
||||||
@ApiModelProperty(value = "在产车实施日期")
|
@ApiModelProperty(value = "在产车实施日期")
|
||||||
@DateTimeFormat("yyyy年MM月dd日")
|
@DateTimeFormat("yyyy年MM月dd日")
|
||||||
private String ZCCSSRQGJ;
|
private String ZCCSSRQGJ;
|
||||||
|
|
||||||
@ExcelProperty(value = "责任部门", index = 11)
|
@ExcelProperty(value = "责任部门", index = 8)
|
||||||
@ApiModelProperty(value = "责任部门")
|
@ApiModelProperty(value = "责任部门")
|
||||||
private String ZRBM;
|
private String ZRBM;
|
||||||
|
|
||||||
@ColumnWidth(14)
|
@ColumnWidth(14)
|
||||||
@ExcelProperty(value = "适用产品线", index = 12)
|
@ExcelProperty(value = "适用产品线", index = 9)
|
||||||
@ApiModelProperty(value = "适用产品线")
|
@ApiModelProperty(value = "适用产品线")
|
||||||
private String SYCPX;
|
private String SYCPX;
|
||||||
|
|
||||||
@ColumnWidth(20)
|
@ColumnWidth(20)
|
||||||
@ExcelProperty(value = "乘用车VPPS编码", index = 13)
|
@ExcelProperty(value = "乘用车VPPS编码", index = 10)
|
||||||
@ApiModelProperty(value = "乘用车VPPS编码")
|
@ApiModelProperty(value = "乘用车VPPS编码")
|
||||||
private String CYCVPPSBM;
|
private String CYCVPPSBM;
|
||||||
|
|
||||||
@ColumnWidth(20)
|
@ColumnWidth(20)
|
||||||
@ExcelProperty(value = "乘用车vpps中文名称", index = 14)
|
@ExcelProperty(value = "乘用车vpps中文名称", index = 11)
|
||||||
@ApiModelProperty(value = "乘用车vpps中文名称")
|
@ApiModelProperty(value = "乘用车vpps中文名称")
|
||||||
private String CYCVPPSCN;
|
private String CYCVPPSCN;
|
||||||
|
|
||||||
@ColumnWidth(20)
|
@ColumnWidth(20)
|
||||||
@ExcelProperty(value = "卡车VPPS编码", index = 15)
|
@ExcelProperty(value = "卡车VPPS编码", index = 12)
|
||||||
@ApiModelProperty(value = "卡车VPPS编码")
|
@ApiModelProperty(value = "卡车VPPS编码")
|
||||||
private String KCCVPPSBM;
|
private String KCCVPPSBM;
|
||||||
|
|
||||||
@ColumnWidth(20)
|
@ColumnWidth(20)
|
||||||
@ExcelProperty(value = "卡车vpps中文名称", index = 16)
|
@ExcelProperty(value = "卡车vpps中文名称", index = 13)
|
||||||
@ApiModelProperty(value = "卡车vpps中文名称")
|
@ApiModelProperty(value = "卡车vpps中文名称")
|
||||||
private String KCCVPPSCN;
|
private String KCCVPPSCN;
|
||||||
|
|
||||||
@ApiModelProperty(value = "责任工程师")
|
@ApiModelProperty(value = "责任工程师")
|
||||||
@ExcelProperty(value = "责任工程师", index = 17)
|
// @ExcelProperty(value = "责任工程师", index = 17)
|
||||||
private String responsibleEngineer;
|
private String responsibleEngineer;
|
||||||
|
|
||||||
@ApiModelProperty(value = "1")
|
@ApiModelProperty(value = "1")
|
||||||
|
|||||||
Reference in New Issue
Block a user