|
|
@ -6,6 +6,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
|
|
import java.math.BigInteger;
|
|
|
|
import java.util.Date;
|
|
|
|
import java.util.Date;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
@ -29,7 +30,7 @@ public class TerminalPhotoListModel implements Serializable {
|
|
|
|
public static class PhotoBean {
|
|
|
|
public static class PhotoBean {
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "图片id", example = "12321")
|
|
|
|
@ApiModelProperty(value = "图片id", example = "12321")
|
|
|
|
private Long id;
|
|
|
|
private BigInteger id;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "装置编号", example = "123456")
|
|
|
|
@ApiModelProperty(value = "装置编号", example = "123456")
|
|
|
|
private Integer termId;
|
|
|
|
private Integer termId;
|
|
|
|