cloud-server-other/src/main/java/com/dsh/other/service/StoreService.java
@@ -6,6 +6,7 @@ import com.dsh.other.model.ProvinceAndCityVo; import java.util.List; import java.util.Map; /** @@ -67,4 +68,8 @@ List<Store> getStoreByCityManagerId(Integer id); List<Store> getStoreByStoreStaffId(Integer id); String getOName(Integer operatorId); List<Map<String, Object>> game(Integer appUserId); }