实体类调整
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package com.njcn.device.pq.pojo.po;
|
package com.njcn.device.pq.pojo.po;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.annotation.TableField;
|
||||||
import com.baomidou.mybatisplus.annotation.TableName;
|
import com.baomidou.mybatisplus.annotation.TableName;
|
||||||
import com.github.jeffreyning.mybatisplus.anno.MppMultiId;
|
import com.github.jeffreyning.mybatisplus.anno.MppMultiId;
|
||||||
import com.njcn.db.bo.BaseEntity;
|
import com.njcn.db.bo.BaseEntity;
|
||||||
@@ -35,7 +36,7 @@ public class RStatIntegrityD {
|
|||||||
|
|
||||||
private Integer realTime;
|
private Integer realTime;
|
||||||
|
|
||||||
@Transient
|
@TableField(exist = false)
|
||||||
private Float integrityData;
|
private Float integrityData;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user