PC-202403201522\Administrator
2024-05-13 865eeb5d1b4d883ba9a70b64e4f8e3e4d271ce4d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.nq.pojo.reponse;
 
import com.github.pagehelper.PageInfo;
import com.nq.pojo.Stock;
 
import java.util.List;
 
public class RPageInfo  extends PageInfo {
 
    private String stockType;
 
 
    public String getStockType() {
        return stockType;
    }
 
    public void setStockType(String stockType) {
        this.stockType = stockType;
    }
}