用户技能标签关联表改雪花id
This commit is contained in:
@@ -16,7 +16,7 @@ import java.time.Instant;
|
||||
@TableName(value = "bg_user_profile_skill_tag_relation")
|
||||
public class UserProfileSkillTagRelation {
|
||||
|
||||
@TableId(type = IdType.AUTO)
|
||||
@TableId(type = IdType.ASSIGN_ID)
|
||||
private Long id;
|
||||
|
||||
/** 用户ID */
|
||||
|
||||
Reference in New Issue
Block a user