Pu Zhibing
3 天以前 2608fc201aed29d87f0edcfebcc57538b15dd2f6
ruoyi-service/ruoyi-integration/src/main/java/com/ruoyi/integration/mongodb/service/PongService.java
@@ -7,5 +7,7 @@
 * 心跳包应答接口
 */
public interface PongService extends BaseService<Pong> {
   void delPong();
}