添加站类属性
parent
705c498e38
commit
d2fee7eec3
|
|
@ -63,6 +63,10 @@ public class StWaterRReal implements Serializable {
|
||||||
// @Size(max = 0,message = "水量最大长度要小于 0")
|
// @Size(max = 0,message = "水量最大长度要小于 0")
|
||||||
private String v;
|
private String v;
|
||||||
|
|
||||||
|
// 站类
|
||||||
|
@TableField(exist = false)
|
||||||
|
private String sttp;
|
||||||
|
|
||||||
// 月核定流量
|
// 月核定流量
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private ResMonthEcoFlow resMonthEcoFlow;
|
private ResMonthEcoFlow resMonthEcoFlow;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue