Compare commits

...

2 Commits

Author SHA1 Message Date
sh
2616b60283 Merge remote-tracking branch 'origin/main' 2025-10-21 15:13:08 +08:00
sh
be0b432140 修改技能表user_id改为id 2025-10-21 15:12:51 +08:00

View File

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