@be-link/ecommerce-trade-service-node-sdk 0.1.31 → 0.1.32
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.
|
@@ -378,8 +378,10 @@ export declare namespace PosOrderQueryService {
|
|
|
378
378
|
createdAt: number;
|
|
379
379
|
/** 资源退还时间 */
|
|
380
380
|
refundAt: number;
|
|
381
|
-
/** 操作人 */
|
|
381
|
+
/** 操作人ID */
|
|
382
382
|
operator: string;
|
|
383
|
+
/** 操作人昵称 */
|
|
384
|
+
operatorName: string;
|
|
383
385
|
/** 操作时间 */
|
|
384
386
|
operateTime: number;
|
|
385
387
|
/** 上传附件 */
|