修改bug

This commit is contained in:
yangjun 2026-02-24 13:53:22 +08:00
parent 0bf3993ba4
commit a90f689a4f
1 changed files with 1 additions and 0 deletions

View File

@ -71,5 +71,6 @@ public class IssueInfo implements Serializable {
/**发版机构*/
@Excel(name = "发版机构", width = 15)
@ApiModelProperty(value = "发版机构")
@Dict(dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
private String orgName;
}