条款检索导出全部字段
This commit is contained in:
+136
-13
@@ -48,28 +48,33 @@ public class LawsHomeAdvancedSearchClauseExcelVO implements Serializable {
|
||||
@ApiModelProperty(value = "适用零部件")
|
||||
private String applicableComponents;
|
||||
|
||||
/**
|
||||
* 译文
|
||||
*/
|
||||
@ApiModelProperty(value = "译文")
|
||||
@Excel(name = "译文", width = 30)
|
||||
private String translation;
|
||||
|
||||
/**
|
||||
* 新生产车实施日期
|
||||
* 是否与上一版相同
|
||||
*/
|
||||
@ApiModelProperty(value = "新生产车实施日期")
|
||||
@Excel(name = "新生产车实施日期", width = 30)
|
||||
private String newProductionImplementation;
|
||||
|
||||
@ApiModelProperty(value = "是否与上一版相同")
|
||||
@Excel(name = "是否与上一版相同", width = 30)
|
||||
private String isSameAsPrevVersionDictText;
|
||||
|
||||
/**
|
||||
* 新认证实施日期
|
||||
* 相对上一版变化点说明
|
||||
*/
|
||||
@ApiModelProperty(value = "新认证实施日期")
|
||||
@Excel(name = "新认证实施日期", width = 30)
|
||||
private String newCerImplementDate;
|
||||
@ApiModelProperty(value = "相对上一版变化点说明")
|
||||
@Excel(name = "相对上一版变化点说明", width = 30)
|
||||
private String changeDescription;
|
||||
|
||||
/**
|
||||
* 注册日期
|
||||
* 法规注解
|
||||
*/
|
||||
@ApiModelProperty(value = "注册日期")
|
||||
@Excel(name = "注册日期", width = 30)
|
||||
private String registrationDate;
|
||||
@ApiModelProperty(value = "法规注解")
|
||||
@Excel(name = "法规注解", width = 30)
|
||||
private String regulatoryNotes;
|
||||
|
||||
/**
|
||||
* 涉及系统/部件
|
||||
@@ -78,6 +83,12 @@ public class LawsHomeAdvancedSearchClauseExcelVO implements Serializable {
|
||||
@Excel(name = "涉及系统/部件", width = 30)
|
||||
private String partNameDictText;
|
||||
|
||||
/**
|
||||
* 关键控制器
|
||||
*/
|
||||
@ApiModelProperty(value = "关键控制器")
|
||||
@Excel(name = "关键控制器", width = 30)
|
||||
private String keyControllerDictText;
|
||||
/**
|
||||
* 责任部门
|
||||
*/
|
||||
@@ -105,6 +116,111 @@ public class LawsHomeAdvancedSearchClauseExcelVO implements Serializable {
|
||||
@ApiModelProperty("关联部门专业模块")
|
||||
@Excel(name = "关联部门专业模块", width = 30)
|
||||
private String relatedModuleDictText;
|
||||
/**
|
||||
* 企业标准
|
||||
*/
|
||||
@ApiModelProperty(value = "企业标准")
|
||||
@Excel(name = "企业标准", width = 30)
|
||||
private String enterpriseStandard;
|
||||
|
||||
/**
|
||||
* 技术规范/设计指南
|
||||
*/
|
||||
@ApiModelProperty(value = "技术规范/设计指南")
|
||||
@Excel(name = "技术规范/设计指南", width = 30)
|
||||
private String technicalSpecificationDesignGuide;
|
||||
|
||||
/**
|
||||
* 图纸模板
|
||||
*/
|
||||
@ApiModelProperty(value = "图纸模板")
|
||||
@Excel(name = "图纸模板", width = 30)
|
||||
private String drawingTemplate;
|
||||
|
||||
/**
|
||||
* 技术协议模板
|
||||
*/
|
||||
@ApiModelProperty(value = "技术协议模板")
|
||||
@Excel(name = "技术协议模板", width = 30)
|
||||
private String technicalAgreementTemplate;
|
||||
|
||||
/**
|
||||
* 校核报告模板/checklist
|
||||
*/
|
||||
@ApiModelProperty(value = "校核报告模板/checklist")
|
||||
@Excel(name = "校核报告模板/checklist", width = 30)
|
||||
private String verificationReportTemplateChecklist;
|
||||
|
||||
/**
|
||||
* DVP模板
|
||||
*/
|
||||
@ApiModelProperty(value = "DVP模板")
|
||||
@Excel(name = "DVP模板", width = 30)
|
||||
private String dvpTemplate;
|
||||
|
||||
/**
|
||||
* DFEMA
|
||||
*/
|
||||
@ApiModelProperty(value = "DFEMA")
|
||||
@Excel(name = "DFEMA", width = 30)
|
||||
private String dfema;
|
||||
|
||||
/**
|
||||
* 关键技术分解表
|
||||
*/
|
||||
@ApiModelProperty(value = "关键技术分解表")
|
||||
@Excel(name = "关键技术分解表", width = 30)
|
||||
private String keyTechnologyDecompositionTable;
|
||||
|
||||
/**
|
||||
* 其他文件或模板
|
||||
*/
|
||||
@ApiModelProperty(value = "其他文件或模板")
|
||||
@Excel(name = "其他文件或模板", width = 30)
|
||||
private String otherDocumentsTemplates;
|
||||
|
||||
/**
|
||||
* 排查阶段
|
||||
*/
|
||||
@ApiModelProperty(value = "排查阶段")
|
||||
@Excel(name = "排查阶段", width = 30)
|
||||
private String investigationStageDictText;
|
||||
|
||||
/**
|
||||
* P3证明符合性的交付物名称
|
||||
*/
|
||||
@ApiModelProperty(value = "P3证明符合性的交付物名称")
|
||||
@Excel(name = "P3证明符合性的交付物名称", width = 30)
|
||||
private String p3;
|
||||
|
||||
/**
|
||||
* P5证明符合性的交付物名称
|
||||
*/
|
||||
@ApiModelProperty(value = "P5证明符合性的交付物名称")
|
||||
@Excel(name = "P5证明符合性的交付物名称", width = 30)
|
||||
private String p5;
|
||||
|
||||
/**
|
||||
* 新生产车实施日期
|
||||
*/
|
||||
@ApiModelProperty(value = "新生产车实施日期")
|
||||
@Excel(name = "新生产车实施日期", width = 30)
|
||||
private String newProductionImplementation;
|
||||
|
||||
|
||||
/**
|
||||
* 新认证实施日期
|
||||
*/
|
||||
@ApiModelProperty(value = "新认证实施日期")
|
||||
@Excel(name = "新认证实施日期", width = 30)
|
||||
private String newCerImplementDate;
|
||||
|
||||
/**
|
||||
* 注册日期
|
||||
*/
|
||||
@ApiModelProperty(value = "注册日期")
|
||||
@Excel(name = "注册日期", width = 30)
|
||||
private String registrationDate;
|
||||
|
||||
/**
|
||||
* 适用车型
|
||||
@@ -133,4 +249,11 @@ public class LawsHomeAdvancedSearchClauseExcelVO implements Serializable {
|
||||
@ApiModelProperty(value = "配置需求")
|
||||
@Excel(name = "配置需求", width = 30)
|
||||
private String configurationRequirementsDictText;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
@ApiModelProperty(value = "备注")
|
||||
@Excel(name = "备注", width = 30)
|
||||
private String remarkss;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user