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