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