pms代码调整
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
package com.njcn.device.pms.pojo.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* pqs
|
||||
* 监测点信息
|
||||
* @author cdf
|
||||
* @date 2023/9/27
|
||||
*/
|
||||
@Data
|
||||
public class StationExpendMonitorVO {
|
||||
|
||||
private String stationId;
|
||||
|
||||
private String monitorId;
|
||||
|
||||
private String monitorName;
|
||||
|
||||
private String orgName;
|
||||
|
||||
private String objType;
|
||||
|
||||
private String terminalName;
|
||||
|
||||
private String voltageLevel;
|
||||
|
||||
private BigDecimal limitRate;
|
||||
|
||||
private Integer isLimit;
|
||||
}
|
||||
Reference in New Issue
Block a user