This commit is contained in:
张良(004796)
2024-01-05 18:33:00 +08:00
parent 0fa2841213
commit ab1e56f773
16 changed files with 18 additions and 79 deletions

View File

@@ -23,7 +23,7 @@ public class Gift implements Serializable {
* 礼物ID
*/
@TableId(value = "id",type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 类型 0 普通礼物 1svga礼物
*/