package com.example.dao.gdc; import com.example.config.mybatis.ex.method.ExBaseMapper; import com.example.pojo.gdc.WzHouseCustomerEntity; import org.apache.ibatis.annotations.Mapper; @Mapper public interface WzHouseCustomerDao extends ExBaseMapper { // List queryVoList(Map map); // // List queryLeaveUseList(Map map); }