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