Compare commits
2 Commits
fca00d41a2
...
2616b60283
Author | SHA1 | Date | |
---|---|---|---|
2616b60283 | |||
be0b432140 |
@@ -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;
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user