@ningboyz/types 1.3.49 → 1.3.51

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.49",
4
+ "version": "1.3.51",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -31,7 +31,7 @@ export interface IHznkFydwItemResponse {
31
31
  /**所属部门 */
32
32
  sqbmText: string;
33
33
  /**制单日期 */
34
- fromCreateAt: number;
34
+ fromFydwDate: number;
35
35
  }
36
36
 
37
37
  export class THznkFydwItemResponse implements IHznkFydwItemResponse {
@@ -67,5 +67,5 @@ export class THznkFydwItemResponse implements IHznkFydwItemResponse {
67
67
  /**所属部门 */
68
68
  sqbmText: string = "";
69
69
  /**制单日期 */
70
- fromCreateAt: number = 0;
70
+ fromFydwDate: number = 0;
71
71
  }