puzhibing
2024-12-25 4c1a7c9a3ca949ce878d9f5683fdafce4acbe635
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Share.java
@@ -76,7 +76,11 @@
    @ApiModelProperty(value = "对象id")
    @TableField("object_id")
    private Integer objectId;
    private String objectId;
    @TableField(exist = false)
    private String authName;
    @TableField(exist = false)
    private String authPhone;
}