diff --git a/xymanager_common/src/main/java/com/shxy/xymanager_common/vo/TerminalGpsVo.java b/xymanager_common/src/main/java/com/shxy/xymanager_common/vo/TerminalGpsVo.java index 051eb08..d1e321c 100644 --- a/xymanager_common/src/main/java/com/shxy/xymanager_common/vo/TerminalGpsVo.java +++ b/xymanager_common/src/main/java/com/shxy/xymanager_common/vo/TerminalGpsVo.java @@ -9,12 +9,6 @@ import lombok.Data; @ApiModel(value = "查询GPS对象", description = "查询GPS对象描述") public class TerminalGpsVo { - @ApiModelProperty(value = "装置编号", example = "123455") - private Integer termid; - - @ApiModelProperty(value = "查询时间", example = "123455") - private DateTime queryTime; - @ApiModelProperty(value = "装置ID", example = "123455") private String cmdId; }