feat(project): 添加vben5前端
This commit is contained in:
13
Yi.Vben5.Vue3/apps/web-antd/src/api/system/notice/model.d.ts
vendored
Normal file
13
Yi.Vben5.Vue3/apps/web-antd/src/api/system/notice/model.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export interface Notice {
|
||||
id: string;
|
||||
title: string;
|
||||
type: string;
|
||||
content: string;
|
||||
state: boolean;
|
||||
isDeleted: boolean;
|
||||
creationTime: string;
|
||||
creatorId?: string | null;
|
||||
lastModifierId?: string | null;
|
||||
lastModificationTime?: string | null;
|
||||
orderNum: number;
|
||||
}
|
||||
Reference in New Issue
Block a user