修改主键逻辑
This commit is contained in:
@@ -19,7 +19,7 @@ import java.util.Date;
|
|||||||
public class UserAccount implements Serializable {
|
public class UserAccount implements Serializable {
|
||||||
|
|
||||||
|
|
||||||
@TableId(type = IdType.NONE,value = "user_id")
|
@TableId(type = IdType.INPUT,value = "user_id")
|
||||||
private Integer userId;
|
private Integer userId;
|
||||||
@TableField("freeze_balance")
|
@TableField("freeze_balance")
|
||||||
private BigDecimal freezeBalance;
|
private BigDecimal freezeBalance;
|
||||||
|
|||||||
Reference in New Issue
Block a user