mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
新增 青海平台推送充电订单接口
This commit is contained in:
@@ -438,4 +438,11 @@ public interface OrderBasicInfoService{
|
||||
* @return
|
||||
*/
|
||||
List<OrderBasicInfo> queryOrderListByGroupCode(String groupCode);
|
||||
|
||||
/**
|
||||
* 根据订单编号查询订单详细信息(包括充电计费明细)
|
||||
* @param orderCode
|
||||
* @return
|
||||
*/
|
||||
OrderVO getChargeOrderInfoByOrderCode(String orderCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user