xiangpei
2024-08-16 e3f95b136c8600b689bd2c569a12a41f2d4ce74e
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;
}