@ningboyz/types 1.3.3 → 1.3.4

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.3",
4
+ "version": "1.3.4",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -108,7 +108,7 @@ export interface IBillMainResponse {
108
108
  /** 开始日期 */
109
109
  startDay: number;
110
110
  /** 结束日期 */
111
- ended_day: number;
111
+ endedDay: number;
112
112
  /** 收支方向:0:收入;1:支出 */
113
113
  isExpend: number;
114
114
 
@@ -252,7 +252,7 @@ export class TBillMainResponse implements IBillMainResponse {
252
252
  /** 开始日期 */
253
253
  startDay: number = 0;
254
254
  /** 结束日期 */
255
- ended_day: number = 0;
255
+ endedDay: number = 0;
256
256
  /** 收支方向:0:收入;1:支出 */
257
257
  isExpend: number = 0;
258
258
 
@@ -73,6 +73,17 @@ export interface IHzcbTdssResponse {
73
73
  dContact: string; //#联系电话
74
74
  flowMain: number;
75
75
  flowNode: number;
76
+ coverURL: string;
77
+ touchURL: string;
78
+ unitText: string;
79
+ sourceDW: string;
80
+ lastDate: number;
81
+ lastTime: number;
82
+ flowStat: number;
83
+ didFirst: number;
84
+ lastMemo: string;
85
+ userName: string;
86
+ userGUID: string;
76
87
 
77
88
  /**附件 */
78
89
  listPath: TCore.IPathResponse[];