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