@be-link/ecommerce-trade-service-node-sdk 0.1.153 → 0.1.154
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types.d.ts +2 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -224,6 +224,8 @@ export interface ITradeReverseOrder {
|
|
|
224
224
|
arrivalStatus: ENUM.ReverseArrivalStatus;
|
|
225
225
|
refundType: ENUM.ReverseRefundType;
|
|
226
226
|
refundWay: ENUM.ReverseRefundWay;
|
|
227
|
+
/** 记损类型:记损门店、不记损、记损待定、未知 */
|
|
228
|
+
lossDamageType?: ENUM.LossDamageType;
|
|
227
229
|
reason: string;
|
|
228
230
|
comment: string;
|
|
229
231
|
refundAt: number;
|