123
This commit is contained in:
@@ -23,7 +23,7 @@ public class Gift implements Serializable {
|
||||
* 礼物ID
|
||||
*/
|
||||
@TableId(value = "id",type = IdType.AUTO)
|
||||
private Integer id;
|
||||
private Long id;
|
||||
/**
|
||||
* 类型 0 普通礼物 1svga礼物
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user