puhanshu
2022-01-19 6d5f67ea34ecafcb5c7266bccf32c7d98e597554
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/McsGameService.java
@@ -103,4 +103,10 @@
     * @return
     */
    R getMcsGame(Long gameId);
    /**
     * 定时任务-每隔5分钟执行一次,将已到期的微商业街游戏结束
     * @return
     */
    R endStatusForMcsGame();
}