@ningboyz/types 1.7.101 → 1.7.102

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.101",
4
+ "version": "1.7.102",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -20,6 +20,8 @@ export interface IYzhtFymxResponse {
20
20
  deleteBy: string;
21
21
  deleteAt: number;
22
22
  queuesBy: number;
23
+ /** 允许录入 */
24
+ canInput: number;
23
25
  /** 生成标志 */
24
26
  usesBill: number;
25
27
  /** 应收金额 */
@@ -74,6 +76,8 @@ export class TYzhtFymxResponse implements IYzhtFymxResponse {
74
76
  deleteBy: string = "";
75
77
  deleteAt: number = 0;
76
78
  queuesBy: number = 0;
79
+ /** 允许录入 */
80
+ canInput: number = 0;
77
81
  /** 生成标志 */
78
82
  usesBill: number = 0;
79
83
  /** 应收金额 */