|
|
@ -6,6 +6,7 @@ import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
|
import com.baomidou.mybatisplus.core.toolkit.Constants; |
|
|
|
import com.yxt.yyth.api.lpkgoods.LpkGoods; |
|
|
|
import com.yxt.yyth.api.lpkstore.LpkStore; |
|
|
|
import com.yxt.yyth.api.lpkstore.LpkStoreDetailsVo; |
|
|
|
import com.yxt.yyth.api.lpkstore.LpkStoreVo; |
|
|
|
import com.yxt.yyth.api.lpkstore.StoreSelect; |
|
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
@ -29,5 +30,5 @@ public interface LpkStoreMapper extends BaseMapper<LpkStore> { |
|
|
|
@Select("select sid as value,name as text from lpk_store where isEnable=1") |
|
|
|
List<StoreSelect> getSelectStore(); |
|
|
|
|
|
|
|
LpkStoreVo storeInit(@Param("sid") String sid); |
|
|
|
LpkStoreDetailsVo storeInit(@Param("sid") String sid); |
|
|
|
} |
|
|
|