河北超高压算法调整
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
package com.njcn.device.pms.pojo.po;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.njcn.db.bo.BaseEntity;
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import retrofit2.http.Field;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
@@ -42,6 +44,7 @@ public class PmsMidLedger extends BaseEntity {
|
||||
*/
|
||||
private String section;
|
||||
|
||||
@TableField(value = "SectionId")
|
||||
private String SectionId;
|
||||
|
||||
/**
|
||||
@@ -52,7 +55,7 @@ public class PmsMidLedger extends BaseEntity {
|
||||
/**
|
||||
* 等级:0-变电站;1-母线;
|
||||
*/
|
||||
private Boolean level;
|
||||
private Integer level;
|
||||
|
||||
/**
|
||||
* 排序(默认为0,有特殊排序需要时候人为输入)
|
||||
@@ -74,7 +77,10 @@ public class PmsMidLedger extends BaseEntity {
|
||||
*/
|
||||
private String runStatus;
|
||||
|
||||
|
||||
/**
|
||||
* 电压等级
|
||||
*/
|
||||
private String voltageLevel;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user