Przeglądaj źródła

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

wupeixin 3 lat temu
rodzic
commit
fc529444a7
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 }