فهرست منبع

feat(serve): 新增修改书签的数据类型

lishihao 5 سال پیش
والد
کامیت
f9d905b9b9
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      types/src/interface/bill.ts

+ 5 - 0
types/src/interface/bill.ts

@@ -26,6 +26,11 @@ export interface IBookmark {
   createTime: number;
   createTime: number;
   telNo: string;
   telNo: string;
 }
 }
+// 修改书签
+export interface ISetBookmark {
+  ID: string;
+  content: string;
+}
 export interface IBill {
 export interface IBill {
   ID: string;
   ID: string;
   parentID: string;
   parentID: string;