feat:订单管理-订单金额改成交费总数

This commit is contained in:
yangqingyuan
2024-08-11 00:20:19 +08:00
parent a2ddc3c88f
commit fb3125c4cf
3 changed files with 11 additions and 8 deletions

View File

@@ -45,6 +45,8 @@ export interface Order {
goodsId?: number;
// 总金额
totalPrice?: number;
//缴费总数
totalPayPrice?:number;
// 发货状态
deliveryStatus?: number;
// 收货状态