ipo
zyy
2026-01-08 4affbdf8938d321c0926bc2b1832dfc81c317ffa
trading-order-bean/src/main/java/com/yami/trading/bean/ipo/ApplyNewSharesOrder.java
@@ -50,9 +50,15 @@
    @ApiModelProperty("卖出状态 1 已卖出 0 未卖出")
    private int sell;
    @ApiModelProperty("卖出价格")
    private BigDecimal sellPrice;
    @ApiModelProperty("已认缴金额")
    private  BigDecimal  subscribedAmount;
    @ApiModelProperty("是否解锁 1 解锁 0 未解锁")
    private Integer unLock = 0;
    @ApiModelProperty("库存损益")
    @TableField(exist = false)