@ningboyz/types 1.3.134 → 1.3.136

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.3.134",
4
+ "version": "1.3.136",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -111,7 +111,7 @@ export enum TButtonType {
111
111
  /** 打印设置 */
112
112
  printConfig = "打印设置",
113
113
  /** 复制 */
114
- copy = "复制",
114
+ copy = "copy",
115
115
  /** 计算 */
116
116
  calculate = "计算",
117
117
  /** 验收 */
@@ -46,6 +46,8 @@ export interface IHznjZblrItemResponse {
46
46
  xmsyCode: string;
47
47
  /**制备样品编号 */
48
48
  fromItemCode: string;
49
+ /**送样日期 */
50
+ senderAt: number;
49
51
  }
50
52
 
51
53
  export class THznjZblrItemResponse implements IHznjZblrItemResponse {
@@ -74,6 +76,8 @@ export class THznjZblrItemResponse implements IHznjZblrItemResponse {
74
76
  fromUserIndx: number = 0;
75
77
  fromNotiItem: number = 0;
76
78
  fromNotiBill: number = 0;
79
+ /**送样日期 */
80
+ senderAt: number = 0;
77
81
 
78
82
  /**制备单号 */
79
83
  zblrCode: string = "";