Explorar el Código

feat(types): 添加备注

zhangweicheng hace 3 años
padre
commit
0aceaed761
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

@@ -184,7 +184,7 @@ export interface IBill extends IBRBase {
 }
 
 export interface IBills {
-  projectID: string;
+  projectID: string; // 项目ID
   bills: IBill[];
 }