feat:修复订单金额上报的问题

This commit is contained in:
yangqingyuan
2024-08-21 16:37:53 +08:00
parent 8d0932910e
commit 86fa5698c5
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ export interface OrderPay {
orderSourceData?: string;
rentOrderId?: number;
//订单金额
orderPrice?:number;
orderPriceInt?:number;//服务端用BigDecimal无法接受另起一个字段
// 订单编号
orderNo?: string;
// 创建时间