Explorar el Código

feat(types): 项目类型添加业务编码相关字段

lipk hace 2 años
padre
commit
e33ba5b53d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      types/src/interface/financialProject.ts

+ 2 - 0
types/src/interface/financialProject.ts

@@ -27,6 +27,8 @@ export interface IFinancialProject {
   ID: string;
   name: string;
   code?: string;
+  codeKey?: string;
+  codeAutoEnum?: number;
   gatherID?: string;
   approvalID?: string; // 流程名称
   businessType?: string;