|
@@ -38,7 +38,8 @@ public class ScanPackage implements Serializable {
|
|
|
@ApiModelProperty(value = "卷袋编号")
|
|
|
private String packageCode;
|
|
|
|
|
|
- private Integer index;
|
|
|
+ @ApiModelProperty(value = "页码")
|
|
|
+ private Integer packageNo;
|
|
|
|
|
|
@ApiModelProperty(value = "签到表图片路径")
|
|
|
private String path;
|
|
@@ -87,12 +88,12 @@ public class ScanPackage implements Serializable {
|
|
|
this.packageCode = packageCode;
|
|
|
}
|
|
|
|
|
|
- public Integer getIndex() {
|
|
|
- return index;
|
|
|
+ public Integer getPackageNo() {
|
|
|
+ return packageNo;
|
|
|
}
|
|
|
|
|
|
- public void setIndex(Integer index) {
|
|
|
- this.index = index;
|
|
|
+ public void setPackageNo(Integer packageNo) {
|
|
|
+ this.packageNo = packageNo;
|
|
|
}
|
|
|
|
|
|
public String getPath() {
|