Browse Source

feat(types): 补充IMessageData字段中步骤审批意见为可选属性

wupeixin 3 năm trước cách đây
mục cha
commit
fc529444a7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      types/src/interface/message.ts

+ 1 - 1
types/src/interface/message.ts

@@ -59,7 +59,7 @@ export interface IMessage {
 // 平台信息
 interface IProcess {
   processID: string;
-  approvalOpinon:string;
+  approvalOpinon ?:string;
   approvalChangePrice: number;
   approvaledPrice: number;
 }