修改bug
This commit is contained in:
parent
0bf3993ba4
commit
a90f689a4f
|
|
@ -71,5 +71,6 @@ public class IssueInfo implements Serializable {
|
||||||
/**发版机构*/
|
/**发版机构*/
|
||||||
@Excel(name = "发版机构", width = 15)
|
@Excel(name = "发版机构", width = 15)
|
||||||
@ApiModelProperty(value = "发版机构")
|
@ApiModelProperty(value = "发版机构")
|
||||||
|
@Dict(dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
|
||||||
private String orgName;
|
private String orgName;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue