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