新增 订单流程测试方法

This commit is contained in:
Lemon
2023-08-30 10:13:56 +08:00
parent ae578eada7
commit cdf00d4c67
4 changed files with 124 additions and 18 deletions

View File

@@ -58,6 +58,8 @@ public interface IOrderBasicInfoService {
*/
List<OrderListVO> selectChargingOrder(String pileSn);
public OrderBasicInfo saveOrder2Database(GenerateOrderDTO dto) throws ParseException;
/**
* 修改订单
*