ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Share.java
@@ -63,7 +63,6 @@ @ApiModelProperty(value = "删除状态(0=否,1=是)") @TableField("del_flag") @TableLogic private Integer delFlag; @ApiModelProperty(value = "添加时间") @@ -76,7 +75,7 @@ @ApiModelProperty(value = "对象id") @TableField("object_id") private String objectId; private Long objectId; @TableField(exist = false) private String authName; @TableField(exist = false)