代码调整
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
//package com.njcn.device.pms.pojo.po;
|
||||
//
|
||||
//import com.baomidou.mybatisplus.annotation.TableId;
|
||||
//import com.baomidou.mybatisplus.annotation.TableName;
|
||||
//import com.njcn.db.bo.BaseEntity;
|
||||
//import lombok.Data;
|
||||
//import lombok.EqualsAndHashCode;
|
||||
//
|
||||
///**
|
||||
// * pms-device
|
||||
// * 母线
|
||||
// * @author cdf
|
||||
// * @date 2022/10/26
|
||||
// */
|
||||
//@Data
|
||||
//@EqualsAndHashCode(callSuper = true)
|
||||
//@TableName("pms_generatrix")
|
||||
//public class Generatrix extends BaseEntity {
|
||||
//
|
||||
// private static final long serialVersionUID = 1L;
|
||||
//
|
||||
// @TableId
|
||||
// private String generatrixId;
|
||||
//
|
||||
// private String generatrixName;
|
||||
//
|
||||
// private String statationId;
|
||||
//
|
||||
// private String statationName;
|
||||
//
|
||||
// private String scale;
|
||||
//
|
||||
// private Integer status;
|
||||
//
|
||||
//
|
||||
//}
|
||||
@@ -40,6 +40,13 @@ public class GeneratrixWire extends BaseEntity {
|
||||
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 关联中台的母线id
|
||||
*/
|
||||
private String relationId;
|
||||
|
||||
|
||||
|
||||
@TableField(exist = false)
|
||||
private String orgId;
|
||||
}
|
||||
|
||||
@@ -6,11 +6,12 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* (PmsMonitor)实体类
|
||||
*
|
||||
* 实体用 Monitor(后面删除这个类)
|
||||
* @author yzh
|
||||
* @since 2022-10-14 10:23:20
|
||||
*/
|
||||
@Data
|
||||
@Deprecated
|
||||
public class PmsMonitorPO implements Serializable {
|
||||
private static final long serialVersionUID = -72537315596058339L;
|
||||
/**
|
||||
|
||||
@@ -8,7 +8,7 @@ import lombok.EqualsAndHashCode;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
*
|
||||
* pms电站表
|
||||
* </p>
|
||||
*
|
||||
* @author hongawen
|
||||
@@ -69,4 +69,11 @@ public class StatationStat extends BaseEntity {
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 关联中台的母线id
|
||||
*/
|
||||
private String relationId;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user