@ningboyz/types 1.2.41 → 1.2.43

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.2.41",
4
+ "version": "1.2.43",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -83,6 +83,7 @@ export interface IPzptCnfgResponse {
83
83
  listType:TCore.IDictResponse[]
84
84
  cnfgFormText:string
85
85
  cnfgPara:string
86
+ deptText:string
86
87
  }
87
88
 
88
89
  export class TPzptCnfgResponse implements IPzptCnfgResponse {
@@ -166,4 +167,5 @@ export class TPzptCnfgResponse implements IPzptCnfgResponse {
166
167
  listType:TCore.IDictResponse[] = []
167
168
  cnfgFormText:string = ""
168
169
  cnfgPara:string = ""
170
+ deptText:string = ""
169
171
  }