Pu Zhibing
2025-04-30 150a8a925062cd9651124637780660c7f05f2fa9
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> {
}