src/main/java/com/nq/pojo/UserPosition.java
@@ -19,6 +19,7 @@ public class UserPosition implements Serializable { @TableId(type = IdType.AUTO,value = "id") private Integer id; //0正常股票 1新股 3大宗 private Integer positionType; private String positionSn; private Integer userId;