zyy
2025-07-18 dc11990acb945329cdcb28dae7a0aa353a3c18c7
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;