Explorar o código

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

lishihao %!s(int64=5) %!d(string=hai) anos
pai
achega
8787617a1c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;