@ningboyz/types 1.5.33 → 1.5.35

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.5.33",
4
+ "version": "1.5.35",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -9,7 +9,10 @@ export const CONST_CARD_DATA_DATA_TYPE_CLWX = 1005; // #车辆维修
9
9
  export const CONST_CARD_DATA_DATA_TYPE_SYDJ = 1009; // #使用登记
10
10
  export const CONST_CARD_DATA_DATA_TYPE_SYFK = 1010; //#使用反馈
11
11
 
12
-
12
+ // 停车场
13
+ export const CONST_CARD_DATA_DATA_TYPE_TC = 1011; // #停车场
14
+ // 房产管理
15
+ export const CONST_CARD_DATA_DATA_TYPE_FCGL = 1012; // #房产管理
13
16
  // card_main
14
17
  export const CONST_CARD_MAIN_DATA_TYPE_固定资产_房屋建筑 = 1001
15
18
  export const CONST_CARD_MAIN_DATA_TYPE_固定资产_设备车辆 = 2001