mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-17 15:50:35 +08:00
fix: 重构通知列表 简化写法
This commit is contained in:
@@ -19,7 +19,7 @@ type ResultDept = {
|
||||
data?: Array<any>;
|
||||
};
|
||||
|
||||
interface SystemNoticeQuery extends BasePageQuery {
|
||||
export interface SystemNoticeQuery extends BasePageQuery {
|
||||
noticeType: string;
|
||||
noticeTitle: string;
|
||||
creatorName: string;
|
||||
|
||||
Reference in New Issue
Block a user