Pu Zhibing
2024-10-28 a7bb5f73764cf57648f375ec4a27c6189f4f9a66
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> {
}