|
|
@ -2,7 +2,6 @@ package com.kms.yg.cz.dto; |
|
|
|
|
|
|
|
import com.alibaba.fastjson.annotation.JSONField; |
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import com.kms.yg.cz.enmu.MonitorComposeEnum; |
|
|
|
import com.kms.yg.cz.enmu.MonitorSourceEnum; |
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
@ -16,7 +15,7 @@ import java.util.Date; |
|
|
|
public class MonitorQueDto { |
|
|
|
|
|
|
|
@ApiModelProperty(value = "监测要素") |
|
|
|
private MonitorComposeEnum elementType; |
|
|
|
private String elementType; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "监测数据来源类型") |
|
|
|
private MonitorSourceEnum monitorType; |
|
|
|