This commit is contained in:
wr
2025-05-09 10:40:51 +08:00
parent 5b0c5f34b2
commit aabb668734
2 changed files with 6 additions and 2 deletions

View File

@@ -162,4 +162,10 @@ public class LineVO implements Serializable {
*/ */
@ApiModelProperty(name = "superiorsSubstation",value = "上级电站") @ApiModelProperty(name = "superiorsSubstation",value = "上级电站")
private String superiorsSubstation; private String superiorsSubstation;
/**
* 监测点实际安装位置
*/
private String actualArea;
} }

View File

@@ -5,10 +5,8 @@ import com.njcn.device.pq.pojo.vo.DeviceRunEvaluateVO;
import java.util.List; import java.util.List;
import com.njcn.device.pq.pojo.param.DeviceInfoParam;
import com.njcn.device.pq.pojo.vo.TerminalEvaluateAreaVO; import com.njcn.device.pq.pojo.vo.TerminalEvaluateAreaVO;
import java.util.List;
/** /**
* @author wr * @author wr