Files
jczxw-pc/app/api/system/appstore/model/index.ts
2026-04-23 16:30:57 +08:00

14 lines
167 B
TypeScript

/**
* 消息
*/
export interface Appstore {
// 消息id
id?: number;
// 标题
title?: string;
// 时间
time?: string;
// 状态
status?: number;
}