保存蓝牙充电记录

This commit is contained in:
Guoqs
2024-11-19 16:20:10 +08:00
parent 4df6a9f53a
commit 54d9a4e91e
4 changed files with 183 additions and 1 deletions

View File

@@ -1445,4 +1445,11 @@ public class OrderService {
// }
return true;
}
/**
* 保存蓝牙充电记录
* @param dto
*/
public void saveBluetoothChargingRecord(BluetoothChargingRecordDTO dto) {
}
}