package cn.lili.modules.lmk.mapper; import cn.lili.modules.lmk.domain.vo.StoreVO; import cn.lili.modules.store.entity.dos.Store; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; import java.util.List; @Mapper public interface LmkStoreMapper extends BaseMapper { List getStoreSelectOptions(); }