Explorar o código

feat(types): 类型修改

lipk %!s(int64=3) %!d(string=hai) anos
pai
achega
f71e672753
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      types/src/interface/matter.ts

+ 4 - 2
types/src/interface/matter.ts

@@ -90,6 +90,8 @@ export interface IYsProfileTemplate {
   mode: string[];
   selectMode?: string;
   fileNum?: number;
+  remark?: string; // 备注
+  profileIndex?: string; // 资料索引
 }
 
 export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
@@ -98,8 +100,8 @@ export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
   matterListID?: string;
   dataID?: string;
   approvalID?: string;
-  creatorId: string;
-  creatorName: string;
+  creatorId?: string;
+  creatorName?: string;
 }
 
 export interface IDynamicStep {