Pu Zhibing
2024-10-08 9f781b1841fb490179918e844bdd6ddd1773e441
1
2
3
4
5
6
7
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.PlatformRestartReply;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface PlatformRestartReplyService extends BaseService<PlatformRestartReply> {
}