puzhibing
2024-12-19 acb1b57cdf0f160b802f31c4f41b4daf4d2e9ce6
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Share.java
@@ -77,6 +77,10 @@
    @ApiModelProperty(value = "对象id")
    @TableField("object_id")
    private String objectId;
    @TableField(exist = false)
    private String authName;
    @TableField(exist = false)
    private String authPhone;
}