1
zj
2026-01-14 716f77637e6e324fd5865e82039c2c2ee3f94bfa
src/main/java/com/nq/pojo/UserPosition.java
@@ -19,7 +19,7 @@
public class UserPosition implements Serializable {
    @TableId(type = IdType.AUTO,value = "id")
    private Integer id;
    //0正常股票 1新股 3大宗
    //0正常股票 1.模拟 2.新股 3.大宗
    private Integer positionType;
    private String positionSn;
    private Integer userId;
@@ -27,19 +27,16 @@
    private Integer agentId;
    private String stockName;
    private String stockCode;
    //存放股票类型
    private String stockGid;
    private String stockSpell;
    private String buyOrderId;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Tokyo")
    private Date buyOrderTime;
    private BigDecimal buyOrderPrice;
    private String sellOrderId;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Tokyo")
    private Date sellOrderTime;
    public void setId(Integer id) {
        this.id = id;
    }
    private BigDecimal sellOrderPrice;
    //