无关风月
2024-09-03 85c4410b0948799a93f19f345b4ed18c253c89f3
1
2
3
4
5
6
7
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.PlatformRemoteUpdate;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface PlatformRemoteUpdateService extends BaseService<PlatformRemoteUpdate> {
}