修改技能表user_id改为id
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user