fix: 78332
企标详情--稽查内容--整改部门没有正常回显
This commit is contained in:
+4
-1
@@ -82,10 +82,13 @@ public class EnterpriseStandardInspectContent implements Serializable {
|
||||
@ApiModelProperty(value = "标准内容或要求")
|
||||
private String requirement;
|
||||
|
||||
/** 标准内容或要求 */
|
||||
@JSONField(name = "rectificationDepartment")
|
||||
@ApiModelProperty(value = "整改部门")
|
||||
@Dict(dictTable = "sys_depart", dicCode = "id", dicText = "depart_name")
|
||||
private String rectificationDepartment;
|
||||
|
||||
@JSONField(name = "rectificationDepartment_dictText")
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "整改部门手动翻译字段")
|
||||
private String rectificationDepartment_dictText;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user