终端入网检测
1.终端入网检测添加经纬度的录入功能; 2.同步台账时,不是系统电站的需要将经纬度同步 二、监测点台账录入 1.关联终端下拉框里面的数据展示终端编号,不展示终端名称
This commit is contained in:
@@ -3,6 +3,7 @@ package com.njcn.device.biz.pojo.dto;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -30,6 +31,16 @@ public class SubGetBase implements Serializable {
|
||||
*/
|
||||
private String voltageLevel;
|
||||
|
||||
/**
|
||||
* 经度
|
||||
*/
|
||||
private BigDecimal lng;
|
||||
|
||||
/**
|
||||
* 纬度
|
||||
*/
|
||||
private BigDecimal lat;
|
||||
|
||||
/**
|
||||
* 部门
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user