Browse Source

Merge remote-tracking branch 'origin/release-sy-v1.0.0' into release-sy-v1.0.0

release-sy-v1.0.0
“lyd” 1 month ago
parent
commit
da3814c9a1
  1. 1
      shuili-system/src/main/java/com/kms/yg/cz/dto/MonitorQueDto.java

1
shuili-system/src/main/java/com/kms/yg/cz/dto/MonitorQueDto.java

@ -25,6 +25,7 @@ public class MonitorQueDto {
private MonitorSourceEnum monitorType; private MonitorSourceEnum monitorType;
@ApiModelProperty(value = "水库编码") @ApiModelProperty(value = "水库编码")
@JSONField(name = "RES_CODE")
private String resCode; private String resCode;
@ApiModelProperty(value = "大坝代码") @ApiModelProperty(value = "大坝代码")

Loading…
Cancel
Save