@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
package/src/enums/btnMode.ts
CHANGED
|
@@ -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 = "";
|