From 22cc8ce22157a32bfcd4ee14d824769c6e318cec Mon Sep 17 00:00:00 2001 From: p-honggang.li <p-honggang.li@pcitc.com> Date: 星期一, 08 九月 2025 23:30:57 +0800 Subject: [PATCH] 修改取消订单列表展示的问题 --- src/types/points.d.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/types/points.d.ts b/src/types/points.d.ts index 3722f22..7eff0d3 100644 --- a/src/types/points.d.ts +++ b/src/types/points.d.ts @@ -44,6 +44,7 @@ // 鏌ヨ鍙傛暟鎺ュ彛 export interface PointsQueryParams { + userId?: string // 鐢ㄦ埛ID dateRange?: string // 鏃ユ湡鑼冨洿 dataCategory?: string // 鏁版嵁绫荤洰 dataType?: string // 鏁版嵁绫诲瀷 @@ -54,4 +55,6 @@ day?: string // 鏃ユ湡 pageNum?: number // 椤电爜 pageSize?: number // 姣忛〉澶у皬 + flowStartTime?: string // 娴佹按寮�濮嬫椂闂� + flowEndTime?: string // 娴佹按缁撴潫鏃堕棿 } -- Gitblit v1.8.0