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