Pu Zhibing
2024-10-08 5f3db406212c961daffdb55d76547d3733c7e805
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> {
 
 
}