1
phpcjl
2024-12-16 797428f33014ead51a95bdfe0337c294b180d39e
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;
}