ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TCompany.java
@@ -49,6 +49,9 @@ @TableField("del_flag") @TableLogic private Integer delFlag; @ApiModelProperty(value = "人数") @TableField(exist = false) private Long userCount; }