package com.example.dao; import com.example.config.mybatis.ex.method.ExBaseMapper; import com.example.entity.WzRentHouseArrearsEntity; import org.apache.ibatis.annotations.Mapper; @Mapper public interface WzRentHouseArrearsDao extends ExBaseMapper { // List queryVoList(Map map); // // List queryLeaveUseList(Map map); String getLastStaticMonth(); }