update
This commit is contained in:
@@ -11,10 +11,10 @@ type RouteViewBase = {
|
||||
/**
|
||||
* _id 用于纯本地存储标识
|
||||
*/
|
||||
_id: string;
|
||||
id: string;
|
||||
title: string;
|
||||
description: string;
|
||||
_id?: string;
|
||||
id?: string;
|
||||
title?: string;
|
||||
description?: string;
|
||||
enabled?: boolean;
|
||||
/**
|
||||
* 响应数据
|
||||
|
||||
Reference in New Issue
Block a user