liujie
2025-06-24 6aad35552e8b958ff8480a775343e6de1a66d23b
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> {
}