package com.ym.mec.collectfee.dao; import com.ym.mec.collectfee.common.dao.BaseDAO; import com.ym.mec.collectfee.entity.Branch; import com.ym.mec.collectfee.entity.PayStatis; import org.apache.ibatis.annotations.Param; import org.springframework.stereotype.Component; import java.util.List; @Component public interface PayStatisDao extends BaseDAO { }