修改主键逻辑

This commit is contained in:
韩鹏辉
2023-08-28 15:57:31 +08:00
parent fc0236dd9b
commit 9da9a3b06f

View File

@@ -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;