部门地图字段调整
This commit is contained in:
@@ -49,6 +49,10 @@ public class DeptMap extends BaseEntity {
|
|||||||
* 地图状态:0-离线 1-在线
|
* 地图状态:0-离线 1-在线
|
||||||
*/
|
*/
|
||||||
private Integer mapType;
|
private Integer mapType;
|
||||||
|
/**
|
||||||
|
* ip地址
|
||||||
|
*/
|
||||||
|
private String mapUrl;
|
||||||
/**
|
/**
|
||||||
* 状态:0-删除 1-正常
|
* 状态:0-删除 1-正常
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -55,6 +55,12 @@ public class DeptConfigVO implements Serializable {
|
|||||||
@ApiModelProperty("地图状态:0-离线 1-在线")
|
@ApiModelProperty("地图状态:0-离线 1-在线")
|
||||||
private Integer mapType;
|
private Integer mapType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ip地址
|
||||||
|
*/
|
||||||
|
@ApiModelProperty("ip地址")
|
||||||
|
private String mapUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 部门Id
|
* 部门Id
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user