lipk пре 2 година
родитељ
комит
ed24126b54
1 измењених фајлова са 3 додато и 3 уклоњено
  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;