Pu Zhibing
3 天以前 4fcd1f89d42fef05fb6592d30f168f3bfc6728d6
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> {
}