zhibing.pu
2024-08-08 b5aba60916c0e815b33b1eb40c85d631eeb2fbc3
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;
}