Przeglądaj źródła

feat(types): 添加注释

lipk 2 lat temu
rodzic
commit
ed24126b54
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      types/src/interface/financialProject.ts

+ 3 - 3
types/src/interface/financialProject.ts

@@ -26,9 +26,9 @@ export interface IFinancialProjectSecrecy {
 export interface IFinancialProject {
   ID: string;
   name: string;
-  code?: string;
-  codeKey?: string;
-  codeAutoEnum?: number;
+  code?: string; // 业务编码
+  codeKey?: string; // 业务编码key生成
+  codeAutoEnum?: number; // 业务编码的枚举
   gatherID?: string;
   approvalID?: string; // 流程名称
   businessType?: string;