44323
2023-11-23 acad524bfb7f376c09ff8e6600fab207780156e1
cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java
@@ -5,6 +5,7 @@
import com.dsh.other.entity.Store;
import com.dsh.other.model.BaseVo;
import com.dsh.other.model.ProvinceAndCityVo;
import com.dsh.other.model.dto.siteDto.StoreInfoDto;
import org.apache.ibatis.annotations.Param;
import org.aspectj.lang.annotation.DeclareParents;
@@ -64,4 +65,7 @@
    List<Map<String, Object>> game(@Param("appUserId") Integer appUserId);
    OperatorUser queryByStoreId(@Param("id") Integer id);
    StoreInfoDto getStoreInfo(@Param("id") Integer id);
}