@ningboyz/types 1.0.170 → 1.0.172

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.170",
3
+ "version": "1.0.172",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -10,7 +10,6 @@ export interface IGamsItemResponse {
10
10
  itemIndx: number;
11
11
  itemMain: number;
12
12
  typeMain: number;
13
-
14
13
  parentID: number;
15
14
  hashCode: number;
16
15
  dataLevl: number;
@@ -82,7 +82,6 @@ export class TGamsTypeResponse implements IGamsTypeResponse {
82
82
  queuesBy: number = 0;
83
83
  entityID: string = "";
84
84
 
85
-
86
85
  typeCode: string = "";
87
86
  /** 要素名称 */
88
87
  typeName: string = "";
@@ -101,6 +100,7 @@ export class TGamsTypeResponse implements IGamsTypeResponse {
101
100
  fromType: number = 0;
102
101
  /** 表单形式 */
103
102
  formType: string = "";
103
+ /**基准倍率 */
104
104
  multiVal: number = 0;
105
105
  cDefault: string = "";
106
106
  nDefault: string = "";
@@ -168,7 +168,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
168
168
  result.notified = Const.Todo.CONST_STR_TODO_TYPE_TO_YZCG_WAIT;
169
169
  result.entityID = zbzd.entityID;
170
170
  result.billMain = 0;
171
- result.billCode = zbzd.zbzdCode;
171
+ result.billCode = zbzd.entityID;
172
172
  result.billMemo = zbzd.zbzdMemo;
173
173
  result.ysxmText = "";
174
174
  result.outMoney = 0;