nickchange
2023-11-09 c036557db88c6297b9a626a892dce35c14ab8ee5
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);
}