Browse Source

feat(types): 3h1 业务新加类型 code,subjectID等

caipin 3 năm trước cách đây
mục cha
commit
73a83343ff
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      types/src/interface/financialProject.ts

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

@@ -26,6 +26,10 @@ export interface IFinancialProjectSecrecy {
 export interface IFinancialProject {
   ID: string;
   name: string;
+  code?: string;
+  subjectID?: string;
+  businessType?: string;
+  status?: string;
   created: string; // 创建人名称
   createdID: string; // 创建人ID
   projectType: IFinancialProjectType;