@ningboyz/types 1.6.116 → 1.6.117
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
|
@@ -70,7 +70,7 @@ export interface IHznjBillResponse {
|
|
|
70
70
|
/**计数方式 */
|
|
71
71
|
jsfsText: string;
|
|
72
72
|
/**总判定 */
|
|
73
|
-
|
|
73
|
+
judgText: string;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
export class THznjBillResponse implements IHznjBillResponse {
|
|
@@ -120,7 +120,7 @@ export class THznjBillResponse implements IHznjBillResponse {
|
|
|
120
120
|
zbyqText: string = "";
|
|
121
121
|
/**计数方式 */
|
|
122
122
|
jsfsText: string = "";
|
|
123
|
-
|
|
123
|
+
judgText: string = "";
|
|
124
124
|
|
|
125
125
|
constructor(data: Partial<IHznjBillResponse> = {}) {
|
|
126
126
|
if (data) {
|