修改tplink机构字段的数据字典来源
This commit is contained in:
parent
3a048b738a
commit
eaa0d0b6e0
|
@ -47,6 +47,7 @@ public class ProjectInfo implements Serializable {
|
|||
/**机构ID*/
|
||||
@Excel(name = "机构ID", width = 15)
|
||||
@ApiModelProperty(value = "机构ID")
|
||||
@Dict(dicCode = "id" , dictTable = "sys_depart" , dicText = "depart_name")
|
||||
private String institutionalId;
|
||||
/**创建时间戳,单位秒*/
|
||||
@ApiModelProperty(value = "创建时间戳,单位秒")
|
||||
|
|
Loading…
Reference in New Issue