|
|
|
@ -90,25 +90,9 @@ public class Stock {
|
|
|
|
private LocalDateTime exportTime;
|
|
|
|
private LocalDateTime exportTime;
|
|
|
|
|
|
|
|
|
|
|
|
private String pcd;//点位文件路径
|
|
|
|
private String pcd;//点位文件路径
|
|
|
|
@TableField(exist=false)
|
|
|
|
|
|
|
|
private String topPic1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist=false)
|
|
|
|
@TableField(exist=false)
|
|
|
|
private String[] checkPics;
|
|
|
|
private String[] checkPics;
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist=false)
|
|
|
|
|
|
|
|
private String topPic2;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist=false)
|
|
|
|
|
|
|
|
private String sidePic1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist=false)
|
|
|
|
|
|
|
|
private String sidePic2;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist=false)
|
|
|
|
|
|
|
|
private String sidePic3;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist=false)
|
|
|
|
|
|
|
|
private String sidePic4;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|