Showing
1 changed file
with
6 additions
and
2 deletions
@@ -200,9 +200,13 @@ public class OrderDetailInfo { | @@ -200,9 +200,13 @@ public class OrderDetailInfo { | ||
200 | * 实付金额 | 200 | * 实付金额 |
201 | */ | 201 | */ |
202 | String realPayPrice; | 202 | String realPayPrice; |
203 | - | 203 | + /** |
204 | + * 仓储费 | ||
205 | + */ | ||
204 | String depositPrice; | 206 | String depositPrice; |
205 | - | 207 | + /** |
208 | + * 闪购服务费 | ||
209 | + */ | ||
206 | String quickDeliveServicePrice; | 210 | String quickDeliveServicePrice; |
207 | } | 211 | } |
208 | 212 |
-
Please register or login to post a comment