Browse Source

feat(types): 添加备注

zhangweicheng 3 years atrás
parent
commit
0aceaed761
1 changed files with 1 additions and 1 deletions
  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[];
 }