|
|
|
@@ -77,6 +77,9 @@ public class KwMeter extends BaseEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "状态0绑定1未绑定", name = "bindStatus") |
|
|
|
private Integer bindStatus; |
|
|
|
|
|
|
|
@Transient |
|
|
|
private Integer merchantMeterStatus; |
|
|
|
|
|
|
|
@Transient |
|
|
|
protected KwMeterData latestRecord; |
|
|
|
|
|
|
|
|