mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
update 算法应用平台Service
This commit is contained in:
@@ -165,6 +165,12 @@ public interface PileBasicInfoService {
|
||||
*/
|
||||
void saveBMSChargeInfo2Redis(BMSChargeInfoData bmsChargeInfoData);
|
||||
|
||||
/**
|
||||
* 根据交易流水号获取0x25数据(时间倒序)
|
||||
* @return
|
||||
*/
|
||||
List<BMSChargeInfoData> getBMSChargeInfoList(String transactionCode);
|
||||
|
||||
/**
|
||||
* 根据交易流水号查询0x23数据(时间倒序)
|
||||
* @param transactionCode
|
||||
|
||||
Reference in New Issue
Block a user