1
This commit is contained in:
13
api/system/appstore/model/index.ts
Normal file
13
api/system/appstore/model/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 消息
|
||||
*/
|
||||
export interface Appstore {
|
||||
// 消息id
|
||||
id?: number;
|
||||
// 标题
|
||||
title?: string;
|
||||
// 时间
|
||||
time?: string;
|
||||
// 状态
|
||||
status?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user