|
@@ -116,6 +116,11 @@ public class AfterSaleBaseVO {
|
|
|
@Schema(description = "收货备注", example = "不喜欢")
|
|
|
private String receiveReason;
|
|
|
|
|
|
- @Schema(description = "店铺id", example = "20588")
|
|
|
+ @Schema(description = "店铺id", example = "17019")
|
|
|
private Long shopId;
|
|
|
+
|
|
|
+ @Schema(description = "商户id", example = "27067")
|
|
|
+ private Long merchantId;
|
|
|
+
|
|
|
+
|
|
|
}
|