package com.jtgh.qlyg.service; import com.jtgh.qlyg.entity.SuperviseStatEntity; /** * 监察统计信息Service * * @author masn * */ public interface SuperviseStatService { /** * 保存监察统计信息 */ public S save(S entity); }