wany 2024-07-24 09:16:28 +08:00
commit b33dfe8de4
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;