@ningboyz/types 1.4.159 → 1.4.161

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.159",
4
+ "version": "1.4.161",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -328,3 +328,5 @@ export const CONST_SYS_TYPEU_甬农检_分组 = "甬农检-分组";
328
328
  export const CONST_SYS_TYPEU_甬农检_关系符 = "甬农检-关系符";
329
329
  export const CONST_SYS_TYPEU_甬农检_样品交接_交接方式 = "甬农检-样品交接-交接方式";
330
330
  export const CONST_SYS_TYPEU_甬农检_报告样式 = "甬农检-报告样式";
331
+ export const CONST_SYS_TYPEU_样品领用_申请事由 = "样品领用-申请事由";
332
+ export const CONST_SYS_TYPEU_样品退还_申请事由 = "样品退还-申请事由";
@@ -33,6 +33,7 @@ export interface IViewCtrlResponse extends IBaseResponse<IViewCtrlResponse> {
33
33
  labelVal: string;
34
34
  viewIndx: number;
35
35
  withParaConv: IViewCtrlResponseWithParaConv;
36
+ microURL: string;
36
37
  //虚拟字段
37
38
  title: string;
38
39
  name: string;