Pu Zhibing
2025-07-10 901843cdf54978385c52f34ff7aff9c7dec4b6ac
1
2
3
4
5
6
7
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.PlatformRestart;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface PlatformRestartService extends BaseService<PlatformRestart> {
}