package com.hfkj.dao; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; /** * mapper扩展类 */ public interface BsMealTableMapperExt { @Select("") Integer getMaxTableNum(@Param("storeId") Long storeId); }