ソースを参照

fix(client): bookmark类型电话字段修改给string类型

lishihao 5 年 前
コミット
8787617a1c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      types/src/interface/bill.ts

+ 1 - 1
types/src/interface/bill.ts

@@ -24,7 +24,7 @@ export interface IBookmark {
   creatorName: string;
   creatorID: string;
   createTime: number;
-  telNo: number;
+  telNo: string;
 }
 export interface IBill {
   ID: string;