@@ -31,7 +31,7 @@ public class OauthDetail {
/**
* 主键ID
*/
- @TableId(type = IdType.UUID)
+ @TableId(type = IdType.AUTO)
@ApiModelProperty(value = "主键ID")
private Long id;