修改技能表user_id改为id

This commit is contained in:
sh
2025-10-21 15:12:51 +08:00
parent b7686c31b1
commit be0b432140

View File

@@ -25,7 +25,7 @@ public class AppSkill extends BaseEntity {
/** /**
* 主键id * 主键id
*/ */
@TableId(value = "user_id",type = IdType.AUTO) @TableId(value = "id",type = IdType.AUTO)
@ApiModelProperty("用户ID") @ApiModelProperty("用户ID")
private Long id; private Long id;
/** /**