Commit ea13c364 by 姜海波

第三方门店号改造

parent 6d07a8f8
......@@ -27,6 +27,10 @@ public class BatchQueryAfterSalesRequest extends BaseConfig {
private String partnerId;
private String storeId;
/**
* 第三方门店号
*/
private String thirdStoreId;
private List<Integer> refundstatus;
......
......@@ -29,6 +29,10 @@ public class BatchQueryRequest extends BaseConfig {
*/
private String storeId;
/**
* 第三方门店号
*/
private String thirdStoreId;
/**
* 订单创建开始时间戳(单位:秒)
*/
private Long startTimestamp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment