xuhy
2024-10-26 3b5e7b6fd3c161332c5322a08f8e6bc72a2f2c71
1
2
3
4
5
6
7
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.OpenOrCloseGroundLock;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface OpenOrCloseGroundLockService extends BaseService<OpenOrCloseGroundLock> {
}