@ningboyz/types 1.0.121 → 1.0.122

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.0.121",
3
+ "version": "1.0.122",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -284,7 +284,7 @@ export class TMyoaMainResponse implements IMyoaMainResponse {
284
284
 
285
285
  //#进入流程
286
286
  static toFlowData(myoa: TMyoaMainResponse): TFlowDataResponse {
287
- let result = new TFlowDataResponse();
287
+ const result = new TFlowDataResponse();
288
288
  result.whoBuild = myoa.whoBuild;
289
289
  result.userIndx = myoa.userIndx;
290
290
  result.flowMain = myoa.flowMain;
@@ -293,7 +293,10 @@ export class TMyoaMainResponse implements IMyoaMainResponse {
293
293
  result.entityID = myoa.entityID;
294
294
  result.billMain = myoa.myoaIndx;
295
295
  result.billCode = myoa.myoaCode;
296
- result.billMemo = myoa.myoaMemo;
296
+ result.billMemo = "";
297
+ result.billUses = "";
298
+ result.ysxmText = "";
299
+ result.outMoney = 0;
297
300
  result.createAt = myoa.createAt;
298
301
  result.mastName = myoa.mastName;
299
302
  result.createBy = myoa.createBy;