Преглед изворни кода

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

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