| File was renamed from trading-order-bean/src/main/java/com/yami/trading/bean/ico/domain/UserSubscriptionRecord.java |
| | |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @TableName("user_subscription_record") |
| | | public class UserSubscriptionRecord { |
| | | public class UserSubscription { |
| | | |
| | | @TableId(type = IdType.AUTO,value = "id") |
| | | private Integer id; |
| | |
| | | private Integer icoProjectId; |
| | | |
| | | @ApiModelProperty("用户id") |
| | | private Integer userId; |
| | | private String userId; |
| | | |
| | | |
| | | @ApiModelProperty("订单号") |
| | | private String orderNo; |
| | | |
| | | @ApiModelProperty("申购数量") |
| | | private Integer subscribeNums; |