@ningboyz/types 1.7.65 → 1.7.66

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.7.65",
4
+ "version": "1.7.66",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -49,7 +49,7 @@ export interface ITablWzk8Response {
49
49
  endedTxt:string;
50
50
  /** 身高=176;衣长=74*/
51
51
  finalTxt: string;
52
-
52
+ workTypeText:string;
53
53
  listDict: TCore.IDictResponse[];
54
54
  }
55
55
 
@@ -122,6 +122,8 @@ export class TTablWzk8Response implements ITablWzk8Response {
122
122
  userMemo: string = "";
123
123
  // 量体信息
124
124
  bodyFeature:string = "";
125
+ /**警钟 */
126
+ workTypeText:string = "";
125
127
  listDict: TCore.IDictResponse[] = [];
126
128
 
127
129