标准解读流程分发导入修改

This commit is contained in:
梁琦涛
2024-09-11 10:13:03 +08:00
parent fd66369065
commit 13559c5cfd
@@ -73,7 +73,7 @@ public class ProcessStandardInterpretClauseSublist extends BaseEntity {
private String regulatoryNotes; private String regulatoryNotes;
/**涉及系统/部件)*/ /**涉及系统/部件)*/
@ApiModelProperty(value = "涉及系统/部件)") @ApiModelProperty(value = "涉及系统/部件)")
@Excel(name = "涉及系统/部件", width = 15) @Excel(name = "涉及系统/部件", width = 15, dictTable = "laws_part_name", dicCode = "code", dicText = "name")
@Dict(dictTable = "laws_part_name", dicCode = "code", dicText = "name") @Dict(dictTable = "laws_part_name", dicCode = "code", dicText = "name")
private String partName; private String partName;
/**涉及系统/部件)*/ /**涉及系统/部件)*/