fix: 收藏报错
This commit is contained in:
+2
-2
@@ -205,11 +205,11 @@ public class LawsDomesticStandard implements Serializable {
|
||||
/**关联部门*/
|
||||
@Excel(name = "关联部门", width = 15)
|
||||
@ApiModelProperty(value = "关联部门")
|
||||
private java.lang.String related_department;
|
||||
private java.lang.String associateDept;
|
||||
/**关联部门专业模块*/
|
||||
@Excel(name = "关联部门专业模块", width = 15)
|
||||
@ApiModelProperty(value = "关联部门专业模块")
|
||||
private java.lang.String associateDepartmentSpecializedModules;
|
||||
private java.lang.String associateDeptProfMode;
|
||||
/**专业领域*/
|
||||
@Excel(name = "专业领域", width = 15)
|
||||
@ApiModelProperty(value = "专业领域")
|
||||
|
||||
Reference in New Issue
Block a user