xuhy
3 天以前 ff265ba53df1d9e89ae2d4258007cd2e02811f8c
1
2
3
4
5
6
7
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.GroundLockRealTimeData;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface GroundLockRealTimeDataService extends BaseService<GroundLockRealTimeData> {
}