新版仿ok交易所-后端
zyy
2025-08-22 451a7241e9c020e7f40ce255776fbb10016e8463
trading-order-bean/src/main/java/com/yami/trading/bean/ico/domain/UserSubscription.java
File was renamed from trading-order-bean/src/main/java/com/yami/trading/bean/ico/domain/UserSubscriptionRecord.java
@@ -17,7 +17,7 @@
@Data
@EqualsAndHashCode(callSuper = false)
@TableName("user_subscription_record")
public class UserSubscriptionRecord {
public class UserSubscription {
    @TableId(type = IdType.AUTO,value = "id")
    private Integer id;
@@ -26,7 +26,11 @@
    private Integer icoProjectId;
    @ApiModelProperty("用户id")
    private Integer userId;
    private String userId;
    @ApiModelProperty("订单号")
    private String orderNo;
    @ApiModelProperty("申购数量")
    private Integer subscribeNums;