fuliqi
2024-04-03 15f56cdd29e1f9a989ded5af2bae95f50998ad16
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPeople.java
@@ -47,5 +47,11 @@
    @TableField("phone")
    private String phone;
    @ApiModelProperty("备注")
    @TableField("remark")
    private String remark;
    @TableField("user_id")
    private Long userId;
}