@@ -26,9 +26,9 @@ export interface IFinancialProjectSecrecy {
export interface IFinancialProject {
ID: string;
name: string;
- code?: string;
- codeKey?: string;
- codeAutoEnum?: number;
+ code?: string; // 业务编码
+ codeKey?: string; // 业务编码key生成
+ codeAutoEnum?: number; // 业务编码的枚举
gatherID?: string;
approvalID?: string; // 流程名称
businessType?: string;