|
|
|
@ -5,17 +5,14 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
@Data
|
|
|
|
|
@ApiModel(value = "装置信息对象", description = "设备信息对象描述")
|
|
|
|
|
@ApiModel(value = "修改装置编号信息对象", description = "修改装置编号信息对象")
|
|
|
|
|
public class TerminalIdUpdateVo {
|
|
|
|
|
@ApiModelProperty(value = "装置编号", example = "123456")
|
|
|
|
|
@ApiModelProperty(value = "装置编号1", example = "123456")
|
|
|
|
|
private Integer termId;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "装置ID", example = "123456")
|
|
|
|
|
@ApiModelProperty(value = "装置ID2", example = "123456")
|
|
|
|
|
private String cmdId;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "新装置ID", example = "123456")
|
|
|
|
|
@ApiModelProperty(value = "新装置ID33", example = "123456")
|
|
|
|
|
private String newCmdId;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|