xuhy
2024-09-11 8b5f7469e4470e4b89f1659e1dc361dff5ea1b09
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> {
}