瀏覽代碼

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

lipk 2 年之前
父節點
當前提交
e33ba5b53d
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;