From 5480380c9026bb1ccbf3dd5181997171c764164e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 4 Sep 2025 14:37:08 +0800 Subject: [PATCH] 1 --- business/model/dao/dao_order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/dao/dao_order.go b/business/model/dao/dao_order.go index 31046dc78..3583310da 100644 --- a/business/model/dao/dao_order.go +++ b/business/model/dao/dao_order.go @@ -36,6 +36,7 @@ type StoresOrderSaleInfo struct { PlatformSettlement int64 `json:"platformSettlement"` // 真实订单的平台结算(无扣点) ActualFee int64 `json:"actualFee"` // 真三方运单配送费 ServerFee int64 `json:"serverFee"` // 附加服务费 + FineFee int64 `json:"fineFee"` // 罚款金额 } type OrderSkuWithActualPayPrice struct {