台账算法支持
This commit is contained in:
@@ -17,11 +17,21 @@ public class PmsMonitorBaseDTO implements Serializable {
|
||||
*/
|
||||
private String monitorId;
|
||||
|
||||
/***
|
||||
* 电压等级
|
||||
*/
|
||||
private String voltageLevel;
|
||||
|
||||
/***
|
||||
* 运维单位ID
|
||||
*/
|
||||
private String operationId;
|
||||
|
||||
/***
|
||||
* 单位ID
|
||||
*/
|
||||
private String orgId;
|
||||
|
||||
/***
|
||||
* 电站ID
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.njcn.device.pms.pojo.po;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.njcn.db.bo.BaseEntity;
|
||||
@@ -38,4 +39,7 @@ public class GeneratrixWire extends BaseEntity {
|
||||
private String generatrixName;
|
||||
|
||||
private Integer status;
|
||||
|
||||
@TableField(exist = false)
|
||||
private String orgId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user