代码重新提交
This commit is contained in:
@@ -13,7 +13,7 @@ import lombok.Data;
|
||||
public class CommunicateParam extends StatisticsBizBaseParam {
|
||||
|
||||
/**
|
||||
* 查询条数
|
||||
* (查询条数)
|
||||
*/
|
||||
@ApiModelProperty("查询条数")
|
||||
private Integer limit;
|
||||
|
||||
@@ -173,7 +173,7 @@ public class DeviceInfoParam implements Serializable {
|
||||
public static class CompareLimitParam extends BusinessParam{
|
||||
|
||||
@ApiModelProperty("查询条数")
|
||||
@NotNull(message = "查询条数查询条数不能为空")
|
||||
@NotNull(message = " 查询条数查询条数不能为空")
|
||||
private Integer limit;
|
||||
|
||||
}
|
||||
|
||||
@@ -25,7 +25,9 @@ public class Communicate {
|
||||
*/
|
||||
@Column(name = "time")
|
||||
private Instant updateTime;
|
||||
|
||||
/**
|
||||
* 监测点id
|
||||
*/
|
||||
@Column(name = "line_id")
|
||||
private String id;
|
||||
/**
|
||||
|
||||
@@ -4,7 +4,6 @@ import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import com.njcn.common.utils.serializer.InstantDateSerializer;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import org.influxdb.annotation.Column;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.time.Instant;
|
||||
@@ -51,7 +50,7 @@ public class CommunicateVO implements Serializable {
|
||||
@ApiModelProperty("描述")
|
||||
private String remark;
|
||||
|
||||
@ApiModelProperty("终端ip(终端名称_ip)")
|
||||
@ApiModelProperty("终端ip:(终端名称_ip)")
|
||||
private String devIp;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user