xuhy
2025-05-06 4a0aaa7dc9bd20c787acb649f5fb33dcc8f122a3
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> {
}