Explorar o código

feat(types): 添加备注

zhangweicheng %!s(int64=3) %!d(string=hai) anos
pai
achega
0aceaed761
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

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