|
@@ -26,7 +26,7 @@ public class UserBalancePo implements Serializable {
|
|
private static final long serialVersionUID = -8548930732100649834L;
|
|
private static final long serialVersionUID = -8548930732100649834L;
|
|
|
|
|
|
@Id
|
|
@Id
|
|
- @TableId(type = IdType.AUTO)
|
|
|
|
|
|
+ @TableId
|
|
private Long userId;
|
|
private Long userId;
|
|
private BigDecimal balance;
|
|
private BigDecimal balance;
|
|
private Date updateTime;
|
|
private Date updateTime;
|