@ningboyz/types 1.4.184 → 1.4.185

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.184",
4
+ "version": "1.4.185",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -332,5 +332,6 @@ export const CONST_SYS_TYPEU_甬农检_报告样式 = "甬农检-报告样式";
332
332
  export const CONST_SYS_TYPEU_样品领用_申请事由 = "样品领用-申请事由";
333
333
  export const CONST_SYS_TYPEU_样品退还_申请事由 = "样品退还-申请事由";
334
334
  export const CONST_SYS_TYPEU_检验结果_结论模板 = "检验结果-结论模板";
335
+ export const CONST_SYS_TYPEU_检验结果_主要仪器 = "检验结果-主要仪器";
335
336
 
336
337