fuliqi
2024-09-23 134ef8858210a09d34567b5ef0b8d29b6c8bf38d
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;
}