修改bug

This commit is contained in:
yangjun 2026-02-24 14:08:04 +08:00
parent fdb01f5802
commit 239a82088c
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;
}