فهرست منبع

feat(types): 添加备注

zhangweicheng 3 سال پیش
والد
کامیت
0aceaed761
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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[];
 }