部门地图字段调整

This commit is contained in:
陈超
2022-08-10 11:38:50 +08:00
parent 46d655d09f
commit 3558d31eef
2 changed files with 10 additions and 0 deletions

View File

@@ -49,6 +49,10 @@ public class DeptMap extends BaseEntity {
* 地图状态0-离线 1-在线
*/
private Integer mapType;
/**
* ip地址
*/
private String mapUrl;
/**
* 状态0-删除 1-正常
*/

View File

@@ -55,6 +55,12 @@ public class DeptConfigVO implements Serializable {
@ApiModelProperty("地图状态0-离线 1-在线")
private Integer mapType;
/**
* ip地址
*/
@ApiModelProperty("ip地址")
private String mapUrl;
/**
* 部门Id
*/