瀏覽代碼

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

wupeixin 3 年之前
父節點
當前提交
fc529444a7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 }