|
@@ -129,4 +129,10 @@ public class InformationQuery extends BaseEntity {
|
|
|
@ApiModelProperty("业务时间")
|
|
|
private String BusinessTime;
|
|
|
|
|
|
+ @ApiModelProperty("电签文件大小,单位K")
|
|
|
+ private Long eVisaPdfSize;
|
|
|
+
|
|
|
+ @ApiModelProperty("电签文件页数")
|
|
|
+ private Integer eVisaPdfPage;
|
|
|
+
|
|
|
}
|