@ningboyz/types 1.1.51 → 1.1.53

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.1.51",
3
+ "version": "1.1.53",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -25,6 +25,10 @@ export enum TBtnActive {
25
25
  export enum TButtonType {
26
26
  /** 空 */
27
27
  null = "",
28
+ /** 发布 */
29
+ publish = "publish",
30
+ /** 统计 */
31
+ statistics = "statistics",
28
32
  /** 确认 */
29
33
  confirm = "确认",
30
34
  /** 取消确认 */
@@ -131,7 +131,7 @@ export interface IYzcgMainResponse {
131
131
  listPath: IPathResponse[];
132
132
  listSQBM: IDeptResponse[];
133
133
  listSQYH: IUserResponse[] | IUserLiteResponse[];
134
- yzcgBill: TYzcgBillResponse[];
134
+ listBill: TYzcgBillResponse[];
135
135
  listZBHD: IZbhdMainResponse[];
136
136
  listYzcb: IYzcbMainResponse[];
137
137
  listGams: IGamsBillResponse[];
@@ -259,7 +259,7 @@ export class TYzcgMainResponse implements IYzcgMainResponse {
259
259
  listPath: IPathResponse[] = [];
260
260
  listSQBM: IDeptResponse[] = [];
261
261
  listSQYH: IUserResponse[] | IUserLiteResponse[] = [];
262
- yzcgBill: IYzcgBillResponse[] = [];
262
+ listBill: IYzcgBillResponse[] = [];
263
263
  listZBHD: IZbhdMainResponse[] = [];
264
264
  listYzcb: IYzcbMainResponse[] = [];
265
265
  listGams: IGamsBillResponse[] = [];