Pu Zhibing
2025-02-05 bad2110204732e41ed5bc6e48b6e27fe4b6a2249
1
2
3
4
5
6
7
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.PlatformStopCharging;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface PlatformStopChargingService extends BaseService<PlatformStopCharging> {
}