Pu Zhibing
2024-10-29 801e650124598ad5ae1629149cfd70a2598d7bf1
1
2
3
4
5
6
7
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.BmsDemandAndChargerExportation;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface BmsDemandAndChargerExportationService extends BaseService<BmsDemandAndChargerExportation> {
}