Prechádzať zdrojové kódy

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

lishihao 5 rokov pred
rodič
commit
8787617a1c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      types/src/interface/bill.ts

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

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