@ningboyz/types 1.4.141 → 1.4.143

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.141",
4
+ "version": "1.4.143",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -327,3 +327,4 @@ export const CONST_SYS_TYPEU_甬农检_实测结果 = "甬农检-实测结果";
327
327
  export const CONST_SYS_TYPEU_甬农检_分组 = "甬农检-分组";
328
328
  export const CONST_SYS_TYPEU_甬农检_关系符 = "甬农检-关系符";
329
329
  export const CONST_SYS_TYPEU_甬农检_样品交接_交接方式 = "甬农检-样品交接-交接方式";
330
+ export const CONST_SYS_TYPEU_甬农检_报告样式 = "甬农检-报告样式";
@@ -66,6 +66,7 @@ export interface IHznjNotiResponse {
66
66
  k8kmKmbm: string;
67
67
  /**样品编号 */
68
68
  k8kmKmmc: string;
69
+ xmsyCode: string;
69
70
  /**要求完成时间 */
70
71
  yqwcDate: number;
71
72
  /**产品标准代号 */
@@ -156,6 +157,7 @@ export class THznjNotiResponse implements IHznjNotiResponse {
156
157
  k8kmKmbm: string = "";
157
158
  /**样品编号 */
158
159
  k8kmKmmc: string = "";
160
+ xmsyCode: string = "";
159
161
  /**要求完成时间 */
160
162
  yqwcDate: number = 0;
161
163
  /**产品标准代号 */