1
phpcjl
2024-12-16 9f879eca290b9c2ad2f793ba185a6e73b6fc90ba
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;
}