完善关键零部件型号库
This commit is contained in:
+13
@@ -99,6 +99,12 @@ public class ProcessPartTypeApplyRecord implements Serializable {
|
|||||||
@Excel(name = "生产厂家", width = 15, dicCode = "production_factory_code", dictTable = "laws_part_production_factory", dicText = "production_factory")
|
@Excel(name = "生产厂家", width = 15, dicCode = "production_factory_code", dictTable = "laws_part_production_factory", dicText = "production_factory")
|
||||||
@Dict(dicCode = "production_factory_code", dictTable = "laws_part_production_factory", dicText = "production_factory")
|
@Dict(dicCode = "production_factory_code", dictTable = "laws_part_production_factory", dicText = "production_factory")
|
||||||
private String productionFactory;
|
private String productionFactory;
|
||||||
|
/**
|
||||||
|
* 关键零部件型号
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "关键零部件型号")
|
||||||
|
@Excel(name = "关键零部件型号", width = 15)
|
||||||
|
private String partRelevanceType;
|
||||||
/**
|
/**
|
||||||
* 适用车型
|
* 适用车型
|
||||||
*/
|
*/
|
||||||
@@ -186,6 +192,13 @@ public class ProcessPartTypeApplyRecord implements Serializable {
|
|||||||
@Excel(name = "责任部门专业模块", width = 15, dicCode = "responsible_module")
|
@Excel(name = "责任部门专业模块", width = 15, dicCode = "responsible_module")
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private String responsibleModule;
|
private String responsibleModule;
|
||||||
|
/**
|
||||||
|
* 代替关键零部件型号
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "代替关键零部件型号")
|
||||||
|
@Excel(name = "代替关键零部件型号", width = 15)
|
||||||
|
private String replacePartNum;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 申请人
|
* 申请人
|
||||||
|
|||||||
@@ -99,6 +99,12 @@ public class LawsPartType implements Serializable {
|
|||||||
@Excel(name = "生产厂家", width = 15, dicCode = "production_factory_code", dictTable = "laws_part_production_factory", dicText = "production_factory")
|
@Excel(name = "生产厂家", width = 15, dicCode = "production_factory_code", dictTable = "laws_part_production_factory", dicText = "production_factory")
|
||||||
@Dict(dicCode = "production_factory_code", dictTable = "laws_part_production_factory", dicText = "production_factory")
|
@Dict(dicCode = "production_factory_code", dictTable = "laws_part_production_factory", dicText = "production_factory")
|
||||||
private String productionFactory;
|
private String productionFactory;
|
||||||
|
/**
|
||||||
|
* 关键零部件型号
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "关键零部件型号")
|
||||||
|
@Excel(name = "关键零部件型号", width = 15)
|
||||||
|
private String partRelevanceType;
|
||||||
/**
|
/**
|
||||||
* 适用车型
|
* 适用车型
|
||||||
*/
|
*/
|
||||||
@@ -187,6 +193,13 @@ public class LawsPartType implements Serializable {
|
|||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private String responsibleModule;
|
private String responsibleModule;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 代替关键零部件型号
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "代替关键零部件型号")
|
||||||
|
@Excel(name = "代替关键零部件型号", width = 15)
|
||||||
|
private String replacePartNum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 申请人
|
* 申请人
|
||||||
*/
|
*/
|
||||||
|
|||||||
-1
@@ -37,6 +37,5 @@
|
|||||||
left join sys_user_depart s2 on s2.user_id = s1.id
|
left join sys_user_depart s2 on s2.user_id = s1.id
|
||||||
left join sys_depart s3 on s3.id = s2.dep_id
|
left join sys_depart s3 on s3.id = s2.dep_id
|
||||||
${ew.customSqlSegment}
|
${ew.customSqlSegment}
|
||||||
group by l1.id,s3.id
|
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user