用户技能标签关联表改雪花id

This commit is contained in:
xuxin
2026-03-24 20:46:45 +08:00
parent ec6c2d9579
commit fee474e03d
@@ -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 */