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; } }