@ningboyz/types 1.6.68 → 1.6.69

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.6.68",
4
+ "version": "1.6.69",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -86,6 +86,7 @@ export interface IHzcbXmtzResponse {
86
86
  startDay: number;
87
87
  /** 项目期限 */
88
88
  hzcbXmqx: number;
89
+ billYsje: number;
89
90
 
90
91
  listFrom: IHzcbMainResponse[];
91
92
  listBill: IHzcbXmtzBillResponse[];
@@ -174,6 +175,7 @@ export class THzcbXmtzResponse implements IHzcbXmtzResponse {
174
175
  startDay: number = 0;
175
176
  /** 项目期限 */
176
177
  hzcbXmqx: number = 0;
178
+ billYsje: number = 0;
177
179
 
178
180
  listFrom: IHzcbMainResponse[] = [];
179
181
  listBill: IHzcbXmtzBillResponse[] = [];