@@ -31,7 +31,7 @@ import java.util.Date;
public class UserCommentGive {
/** ID */
- @TableId
+ @TableId(type = IdType.AUTO)
@ApiModelProperty(value = "ID", position = 1)
private Long id;