Pu Zhibing
2024-10-22 a22fb0f4cf84f5b09e65a23fa204a61f4e246260
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> {
}