zhibing.pu
2024-08-28 2bcee3d360456ed6c15d22fc479827831d1c2b0c
1
2
3
4
5
6
7
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.PlatformStopChargingReply;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface PlatformStopChargingReplyService extends BaseService<PlatformStopChargingReply> {
}