下载中心和通知中心对接字典查询

This commit is contained in:
linxd
2025-08-06 16:53:49 +08:00
parent c7ae51ebd3
commit 48ca4e9069
4 changed files with 8 additions and 4 deletions

View File

@ -4,6 +4,7 @@ import request from '@/utils/request';
export type NoticeListParams = {
pageNo: string;
pageSize: string;
columnType: string | undefined; // 可选参数,默认为 undefined
};
// 通知中心记录类型