|
@@ -37,4 +37,10 @@ public class AppAfterSaleCreateReqVO {
|
|
|
@Schema(description = "补充凭证图片", example = "https://www.zhongxing.cn/1.png, https://www.zhongxing.cn/2.png")
|
|
|
private List<String> applyPicUrls;
|
|
|
|
|
|
+ @Schema(description = "店铺id", example = "17019")
|
|
|
+ private Long shopId;
|
|
|
+
|
|
|
+ @Schema(description = "商户id", example = "27067")
|
|
|
+ private Long merchantId;
|
|
|
+
|
|
|
}
|