Pu Zhibing
2024-11-02 a1b951afba304affbeee6f8ee6835f0927bbfb68
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> {
}