fix: 重构通知列表 简化写法

This commit is contained in:
valarchie
2023-07-14 18:27:39 +08:00
parent 5d81009f48
commit b262de72fb
5 changed files with 108 additions and 64 deletions

View File

@@ -19,7 +19,7 @@ type ResultDept = {
data?: Array<any>;
};
interface SystemNoticeQuery extends BasePageQuery {
export interface SystemNoticeQuery extends BasePageQuery {
noticeType: string;
noticeTitle: string;
creatorName: string;