@ningboyz/types 1.3.166 → 1.3.167
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -193,6 +193,9 @@ export interface IMyoaMainResponse {
|
|
|
193
193
|
listPGDW: IMyoaPGDWResponse[]; // 评审审批时的评审代表
|
|
194
194
|
listType: TCore.IDictResponse[];
|
|
195
195
|
|
|
196
|
+
wContact: string; // 联系人
|
|
197
|
+
dContact: string; // 联系方式
|
|
198
|
+
|
|
196
199
|
//虚拟字段
|
|
197
200
|
detailId: number;
|
|
198
201
|
cardMain: number;
|
|
@@ -250,6 +253,8 @@ export class TMyoaMainResponse implements IMyoaMainResponse {
|
|
|
250
253
|
closedAt: number = 0;
|
|
251
254
|
myoaUses: string = "";
|
|
252
255
|
myoaMemo: string = "";
|
|
256
|
+
wContact: string = "";
|
|
257
|
+
dContact: string = "";
|
|
253
258
|
sourceND: number = 0;
|
|
254
259
|
sourceDW: string = "";
|
|
255
260
|
flowText: string = "";
|