luodangjia
2024-08-07 980d0d6571f4b50b51502ee60094a3dbdf1fb2f7
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;
}