xuhy
2024-09-04 f04388ee97baeb8de8d68464af9b7bcab1fedd40
1
2
3
4
5
6
7
8
9
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.ChargingHandshake;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface ChargingHandshakeService extends BaseService<ChargingHandshake> {
 
 
}