This commit is contained in:
chenyanchang
2026-06-25 17:54:48 +08:00
parent a33b3988a5
commit 3d08387561
11 changed files with 60 additions and 17 deletions

View File

@@ -60,4 +60,8 @@ public class UserWorkExperiences extends BaseEntity {
@ApiModelProperty("描述")
private String description;
@TableField(exist = false)
@ApiModelProperty("岗位ID")
private Long jobId;
}