Explorar el Código

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

lishihao hace 5 años
padre
commit
8787617a1c
Se han modificado 1 ficheros con 1 adiciones y 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;