添加站类属性

master
chenxiwang 2024-07-24 09:12:29 +08:00
parent 705c498e38
commit d2fee7eec3
1 changed files with 4 additions and 0 deletions

View File

@ -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;