修改tplink机构字段的数据字典来源

This commit is contained in:
1378012178@qq.com 2025-03-20 16:24:40 +08:00
parent 3a048b738a
commit eaa0d0b6e0
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ public class ProjectInfo implements Serializable {
/**机构ID*/ /**机构ID*/
@Excel(name = "机构ID", width = 15) @Excel(name = "机构ID", width = 15)
@ApiModelProperty(value = "机构ID") @ApiModelProperty(value = "机构ID")
@Dict(dicCode = "id" , dictTable = "sys_depart" , dicText = "depart_name")
private String institutionalId; private String institutionalId;
/**创建时间戳,单位秒*/ /**创建时间戳,单位秒*/
@ApiModelProperty(value = "创建时间戳,单位秒") @ApiModelProperty(value = "创建时间戳,单位秒")