From b9ca75429500315cd10f626bed0f9680643a41a8 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期四, 16 一月 2025 10:27:30 +0800 Subject: [PATCH] 查询语句 字符数量修改 --- src/api/data/da/point/index.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/api/data/da/point/index.ts b/src/api/data/da/point/index.ts index 3d48aa6..b64a001 100644 --- a/src/api/data/da/point/index.ts +++ b/src/api/data/da/point/index.ts @@ -20,7 +20,9 @@ export interface DaPointPageReqVO extends PageParam { pointNo?: string, - pointName?: string + pointName?: string, + tagNo?: string, + collectQuality?: string, } -- Gitblit v1.9.3