|
|
@@ -21,6 +21,10 @@ import java.util.List; |
|
|
public class KwMeterData extends BaseEntity { |
|
|
public class KwMeterData extends BaseEntity { |
|
|
|
|
|
|
|
|
protected Long id; |
|
|
protected Long id; |
|
|
|
|
|
|
|
|
|
|
|
@Id |
|
|
|
|
|
protected Long fake_id; |
|
|
|
|
|
|
|
|
@Transient |
|
|
@Transient |
|
|
protected List<Long> ids; |
|
|
protected List<Long> ids; |
|
|
@Transient |
|
|
@Transient |
|
|
|