新增注释

master
yangzhe123 2025-09-11 14:45:52 +08:00
parent 03d71e095a
commit f0172c4d36
1 changed files with 4 additions and 1 deletions

View File

@ -24,14 +24,17 @@ public class StZqrlBVo {
@JsonFormat(pattern = DateFormatString.YYYY_MM_DD_HH_MM_SS, timezone = "GMT+8") @JsonFormat(pattern = DateFormatString.YYYY_MM_DD_HH_MM_SS, timezone = "GMT+8")
private Date tm; private Date tm;
//水位
private BigDecimal waterLevel; private BigDecimal waterLevel;
//溢洪量
private BigDecimal flowNum; private BigDecimal flowNum;
//库容
private BigDecimal boxNum; private BigDecimal boxNum;
@Schema(description="流量和") @Schema(description="累计溢洪量")
@TableField(exist = false) @TableField(exist = false)
private BigDecimal qtotal; private BigDecimal qtotal;