package com.landtool.lanbase.modules.res.entity.ZiYuanTongJi; public class GroupByGongXiangXieYi { private String sharprotocol; private Integer count; public String getSharprotocol() { return sharprotocol; } public void setSharprotocol(String sharprotocol) { this.sharprotocol = sharprotocol; } public Integer getCount() { return count; } public void setCount(Integer count) { this.count = count; } }