1.技能等级-添加后端接口

This commit is contained in:
sh
2025-10-30 22:38:31 +08:00
parent 1f989bc945
commit 234958cff3
4 changed files with 120 additions and 8 deletions

View File

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