下载中心和通知中心对接字典查询
This commit is contained in:
@ -4,6 +4,7 @@ import request from '@/utils/request';
|
||||
export type NoticeListParams = {
|
||||
pageNo: string;
|
||||
pageSize: string;
|
||||
columnType: string | undefined; // 可选参数,默认为 undefined
|
||||
};
|
||||
|
||||
// 通知中心记录类型
|
||||
|
Reference in New Issue
Block a user