数据模板调整
This commit is contained in:
@@ -64,4 +64,11 @@ public class CsEventPO extends BaseEntity {
|
||||
*/
|
||||
@TableField(value = "type")
|
||||
private Integer type;
|
||||
|
||||
/**
|
||||
* 逻辑子设备id
|
||||
* 电能质量设备是监测点、治理设备是各个模块
|
||||
*/
|
||||
@TableField(value = "cl_did")
|
||||
private Integer clDid;
|
||||
}
|
||||
Reference in New Issue
Block a user