peter
2025-12-30 0c74d36f29e8279d9061d57466b3f488a4e1b89f
src/main/java/com/nq/pojo/StockOption.java
@@ -10,6 +10,7 @@
    private String stockName;
    private String stockGid;
    private Integer isLock;
    private String stockType;
    public StockOption(Integer id, Integer userId, Integer stockId, Date addTime, String stockCode, String stockName, String stockGid, Integer isLock) {
        this.id = id;
@@ -89,4 +90,12 @@
    public void setIsLock(Integer isLock) {
        this.isLock = isLock;
    }
    public String getStockType() {
        return stockType;
    }
    public void setStockType(String stockType) {
        this.stockType = stockType;
    }
}