nickchange
2023-11-17 a9564eae9f0169ca39329b2f14a8f13d13358a0a
cloud-server-other/src/main/java/com/dsh/other/service/StoreService.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 java.util.List;
import java.util.Map;
@@ -75,4 +76,7 @@
    List<Map<String, Object>> game(Integer appUserId);
    OperatorUser queryByStoreId(Integer id);
    StoreInfoDto getStoreInfo(Integer id);
}