nickchange
2023-10-27 0f638db757941ab42466286a8ff5d0532dc59e10
cloud-server-other/src/main/java/com/dsh/other/service/StoreService.java
@@ -1,6 +1,7 @@
package com.dsh.other.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.dsh.other.entity.OperatorUser;
import com.dsh.other.entity.Store;
import com.dsh.other.model.BaseVo;
import com.dsh.other.model.ProvinceAndCityVo;
@@ -72,4 +73,6 @@
    String getOName(Integer operatorId);
    List<Map<String, Object>> game(Integer appUserId);
    OperatorUser queryByStoreId(Integer id);
}