Pārlūkot izejas kodu

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

lishihao 5 gadi atpakaļ
vecāks
revīzija
8787617a1c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;