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