package com.landtool.lanbase.modules.res.entity.ZiYuanTongJi; public class GroupByZiYuanLeiXing { private String resourceclass; private Integer count; public String getResourceclass() { return resourceclass; } public void setResourceclass(String resourceclass) { this.resourceclass = resourceclass; } public Integer getCount() { return count; } public void setCount(Integer count) { this.count = count; } }