|
|
@@ -25,7 +25,7 @@ export interface IFinancialProject {
|
|
|
createdID: string; // 创建人ID
|
|
|
projectType: IFinancialProjectType;
|
|
|
approval?: IFinancialProjectApproval; // 审批流程
|
|
|
- reportAccount?: IFinancialProjectReporter[]; // 上报人
|
|
|
+ reportAccount?: IFinancialProjectReporter[]; // 上报人(即前端列表的编辑者列)
|
|
|
constructionID?: string; // 关联的建设项目
|
|
|
createdTime: number;
|
|
|
[props: string]: any;
|