@ningboyz/types 1.4.136 → 1.4.138
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
|
@@ -97,7 +97,7 @@ export interface IHznjMainResponse {
|
|
|
97
97
|
/**附件 */
|
|
98
98
|
listPath: TCore.IPathResponse[];
|
|
99
99
|
listBill: THznj.IHznjBillResponse[];
|
|
100
|
-
listFrom: THznj.
|
|
100
|
+
listFrom: THznj.IHznjXmjjItemResponse[];
|
|
101
101
|
}
|
|
102
102
|
type Type = IHznjMainResponse;
|
|
103
103
|
export class THznjMainResponse implements Type {
|
|
@@ -179,7 +179,7 @@ export class THznjMainResponse implements Type {
|
|
|
179
179
|
|
|
180
180
|
listPath: TCore.IPathResponse[] = [];
|
|
181
181
|
listBill: THznj.IHznjBillResponse[] = [];
|
|
182
|
-
listFrom: THznj.
|
|
182
|
+
listFrom: THznj.IHznjXmjjItemResponse[] = [];
|
|
183
183
|
|
|
184
184
|
constructor(data: Partial<Type> = {}) {
|
|
185
185
|
if (data) {
|
|
@@ -62,6 +62,8 @@ export interface IMyoaMainResponse {
|
|
|
62
62
|
sourceDW: string;
|
|
63
63
|
flowText: string;
|
|
64
64
|
flowUndo: number;
|
|
65
|
+
|
|
66
|
+
varySize: number; //#是否变更;(默认值:0;做过变更则标记1);
|
|
65
67
|
|
|
66
68
|
outMoney: number;
|
|
67
69
|
yzcgCgxm: string;
|
|
@@ -276,6 +278,7 @@ export class TMyoaMainResponse implements Type {
|
|
|
276
278
|
sourceDW: string = "";
|
|
277
279
|
flowText: string = "";
|
|
278
280
|
flowUndo: number = 0;
|
|
281
|
+
varySize: number = 0;
|
|
279
282
|
/**
|
|
280
283
|
* 用车申请时,指定为listCard.cardName, 会议申请时, 指定为listChat.RoomName
|
|
281
284
|
*/
|