Authored by chenchao

fix

... ... @@ -200,9 +200,13 @@ public class OrderDetailInfo {
* 实付金额
*/
String realPayPrice;
/**
* 仓储费
*/
String depositPrice;
/**
* 闪购服务费
*/
String quickDeliveServicePrice;
}
... ...