liujie
2023-10-20 1e790795f4e2c365f604ecc0fc1b290e3ff3c35f
cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java
@@ -8,6 +8,7 @@
import org.aspectj.lang.annotation.DeclareParents;
import java.util.List;
import java.util.Map;
/**
@@ -55,4 +56,10 @@
     * @return
     */
    List<Store> getStoreByStoreStaffId(@Param("id") Integer id);
    String getOName(@Param("operatorId") Integer operatorId);
    List<Map<String, Object>> game(@Param("appUserId") Integer appUserId);
}