@ningboyz/types 1.5.43 → 1.5.44

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.5.43",
4
+ "version": "1.5.44",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -293,7 +293,6 @@ export class TYzcgMainResponse implements IYzcgMainResponse {
293
293
  const result = new TFlowDataResponse();
294
294
  result.whoBuild = yzcg.whoBuild;
295
295
  result.userIndx = yzcg.userIndx;
296
- result.userMain = yzcg.userMain;
297
296
  result.flowMain = yzcg.flowMain;
298
297
  result.flowNode = yzcg.flowNode;
299
298
  result.notified = Const.Todo.CONST_STR_TODO_TYPE_TO_YZCG_WAIT;