|
|
@@ -2,6 +2,7 @@ package com.tzy.entity;
|
|
|
|
|
|
import com.alibaba.fastjson.annotation.JSONField;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
+import com.tzy.common.core.domain.BaseEntity;
|
|
|
import com.tzy.dto.LogisticsDTO;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
@@ -78,4 +79,9 @@ public class LotOrder {
|
|
|
|
|
|
@ApiModelProperty("物流信息")
|
|
|
private LogisticsDTO logisticsDTO;
|
|
|
+
|
|
|
+ @ApiModelProperty("页码")
|
|
|
+ private Integer pageNum=1;
|
|
|
+ @ApiModelProperty("页大小")
|
|
|
+ private Integer pageSize=20;
|
|
|
}
|