@ningboyz/types 1.4.140 → 1.4.141

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.140",
4
+ "version": "1.4.141",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -78,6 +78,10 @@ export interface IHznjMainResponse {
78
78
  cAddress: string;
79
79
  /**项目备注 */
80
80
  baseMemo: string;
81
+ /**样品编号 */
82
+ sampCode: string;
83
+ /**样品名称 */
84
+ sampName: string;
81
85
 
82
86
  coverURL: string;
83
87
  touchURL: string;
@@ -161,6 +165,10 @@ export class THznjMainResponse implements Type {
161
165
  cAddress: string = "";
162
166
  /**项目备注 */
163
167
  baseMemo: string = "";
168
+ /**样品编号 */
169
+ sampCode: string = "";
170
+ /**样品名称 */
171
+ sampName: string = "";
164
172
 
165
173
  coverURL: string = "";
166
174
  touchURL: string = "";
@@ -1,4 +1,4 @@
1
- import {THznj, TCore, TStim} from "..";
1
+ import { THznj, TCore, TStim } from "..";
2
2
  import _ from "lodash";
3
3
  import { TFlowDataResponse } from "../flow";
4
4
 
@@ -58,6 +58,10 @@ export interface IHznjZbczResponse {
58
58
  wContact: string;
59
59
  /**联系方式 */
60
60
  dContact: string;
61
+ /**样品编号 */
62
+ sampCode: string;
63
+ /**样品名称 */
64
+ sampName: string;
61
65
 
62
66
  coverURL: string;
63
67
  touchURL: string;
@@ -129,6 +133,10 @@ export class THznjZbczResponse implements IHznjZbczResponse {
129
133
  zbczMemo: string = "";
130
134
  wContact: string = "";
131
135
  dContact: string = "";
136
+ /**样品编号 */
137
+ sampCode: string = "";
138
+ /**样品名称 */
139
+ sampName: string = "";
132
140
 
133
141
  coverURL: string = "";
134
142
  touchURL: string = "";
@@ -1,4 +1,4 @@
1
- import {THznj, TCore, TStim} from "..";
1
+ import { THznj, TCore, TStim } from "..";
2
2
  import _ from "lodash";
3
3
  import { TFlowDataResponse } from "../flow";
4
4
 
@@ -64,6 +64,10 @@ export interface IHznjZbjgResponse {
64
64
  yqsbText: string;
65
65
  /**正副样结存数是否为0 */
66
66
  isFinish: number;
67
+ /**样品编号 */
68
+ sampCode: string;
69
+ /**样品名称 */
70
+ sampName: string;
67
71
 
68
72
  coverURL: string;
69
73
  touchURL: string;
@@ -138,6 +142,10 @@ export class THznjZbjgResponse implements IHznjZbjgResponse {
138
142
  yqsbMain: number = 0;
139
143
  yqsbText: string = "";
140
144
  isFinish: number = 0;
145
+ /**样品编号 */
146
+ sampCode: string = "";
147
+ /**样品名称 */
148
+ sampName: string = "";
141
149
 
142
150
  coverURL: string = "";
143
151
  touchURL: string = "";
@@ -1,4 +1,4 @@
1
- import {THznj, TCore, TStim} from "..";
1
+ import { THznj, TCore, TStim } from "..";
2
2
  import _ from "lodash";
3
3
  import { TFlowDataResponse } from "../flow";
4
4
 
@@ -58,6 +58,10 @@ export interface IHznjZblrResponse {
58
58
  wContact: string;
59
59
  /**联系方式 */
60
60
  dContact: string;
61
+ /**样品编号 */
62
+ sampCode: string;
63
+ /**样品名称 */
64
+ sampName: string;
61
65
 
62
66
  coverURL: string;
63
67
  touchURL: string;
@@ -82,7 +86,7 @@ export interface IHznjZblrResponse {
82
86
  listFrom: THznj.IHznjNotiResponse[];
83
87
  }
84
88
 
85
- type Type = IHznjZblrResponse
89
+ type Type = IHznjZblrResponse;
86
90
  export class THznjZblrResponse implements IHznjZblrResponse {
87
91
  whoBuild: number = 0;
88
92
  userIndx: number = 0;
@@ -130,6 +134,10 @@ export class THznjZblrResponse implements IHznjZblrResponse {
130
134
  zblrMemo: string = "";
131
135
  wContact: string = "";
132
136
  dContact: string = "";
137
+ /**样品编号 */
138
+ sampCode: string = "";
139
+ /**样品名称 */
140
+ sampName: string = "";
133
141
 
134
142
  coverURL: string = "";
135
143
  touchURL: string = "";
@@ -1,4 +1,4 @@
1
- import {THznj, TCore, TStim} from "..";
1
+ import { THznj, TCore, TStim } from "..";
2
2
  import _ from "lodash";
3
3
  import { TFlowDataResponse } from "../flow";
4
4
 
@@ -68,6 +68,10 @@ export interface IHznjZblyResponse {
68
68
  yplxMain: number;
69
69
  /**样品类型 */
70
70
  yplxText: string;
71
+ /**样品编号 */
72
+ sampCode: string;
73
+ /**样品名称 */
74
+ sampName: string;
71
75
 
72
76
  coverURL: string;
73
77
  touchURL: string;
@@ -92,7 +96,7 @@ export interface IHznjZblyResponse {
92
96
  listFrom: THznj.IHznjZbjgResponse[];
93
97
  }
94
98
 
95
- type Type = IHznjZblyResponse
99
+ type Type = IHznjZblyResponse;
96
100
  export class THznjZblyResponse implements IHznjZblyResponse {
97
101
  whoBuild: number = 0;
98
102
  userIndx: number = 0;
@@ -145,6 +149,10 @@ export class THznjZblyResponse implements IHznjZblyResponse {
145
149
  lybmText: string = "";
146
150
  yplxMain: number = 0;
147
151
  yplxText: string = "";
152
+ /**样品编号 */
153
+ sampCode: string = "";
154
+ /**样品名称 */
155
+ sampName: string = "";
148
156
 
149
157
  coverURL: string = "";
150
158
  touchURL: string = "";
@@ -1,4 +1,4 @@
1
- import {THznj, TCore, TStim} from "..";
1
+ import { THznj, TCore, TStim } from "..";
2
2
  import _ from "lodash";
3
3
  import { TFlowDataResponse } from "../flow";
4
4
 
@@ -60,6 +60,10 @@ export interface IHznjZbthResponse {
60
60
  yplxMain: number;
61
61
  /**样品类型 */
62
62
  yplxText: string;
63
+ /**样品编号 */
64
+ sampCode: string;
65
+ /**样品名称 */
66
+ sampName: string;
63
67
 
64
68
  coverURL: string;
65
69
  touchURL: string;
@@ -83,7 +87,7 @@ export interface IHznjZbthResponse {
83
87
  listFrom: THznj.IHznjZblyResponse[];
84
88
  listItem: THznj.IHznjZbthItemResponse[];
85
89
  }
86
- type Type = IHznjZbthResponse
90
+ type Type = IHznjZbthResponse;
87
91
  export class THznjZbthResponse implements IHznjZbthResponse {
88
92
  whoBuild: number = 0;
89
93
  userIndx: number = 0;
@@ -133,6 +137,10 @@ export class THznjZbthResponse implements IHznjZbthResponse {
133
137
  zbthMemo: string = "";
134
138
  yplxMain: number = 0;
135
139
  yplxText: string = "";
140
+ /**样品编号 */
141
+ sampCode: string = "";
142
+ /**样品名称 */
143
+ sampName: string = "";
136
144
 
137
145
  coverURL: string = "";
138
146
  touchURL: string = "";