龚焕茏
2024-08-07 53a9893433481b3f1ec74fb89f0197a8da5b21e7
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;
}