@ningboyz/types 1.4.154 → 1.4.156

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.4.154",
4
+ "version": "1.4.156",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -48,6 +48,8 @@ export interface IHznjXmjjItemResponse {
48
48
  * */
49
49
  jldwText: string; //虚拟字段
50
50
  xmjjStat: number;
51
+ /**样品打印编号 */
52
+ printTxt: string;
51
53
  }
52
54
 
53
55
  export class THznjXmjjItemResponse implements IHznjXmjjItemResponse {
@@ -83,6 +85,7 @@ export class THznjXmjjItemResponse implements IHznjXmjjItemResponse {
83
85
  xmsyCode: string = "";
84
86
  xmjjStat: number = 0;
85
87
  notiIndx: number = 0;
88
+ printTxt: string = "";
86
89
 
87
90
  constructor(data: Partial<IHznjXmjjItemResponse> = {}) {
88
91
  if (data) {
@@ -376,7 +376,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
376
376
  result.flowNode = zbzd.flowNode; //#flownode=0
377
377
  result.notified = Const.Todo.CONST_STR_TODO_TYPE_TO_YZCG_WAIT;
378
378
  result.entityID = zbzd.entityID;
379
- result.billMain = zbzd.zbzdMain;
379
+ result.billMain = zbzd.zbzdZdid;
380
380
  result.billCode = zbzd.entityID;
381
381
  result.billMemo = zbzd.zbzdMemo;
382
382
  result.ysxmText = "";