@ningboyz/types 1.2.125 → 1.2.127

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.2.125",
4
+ "version": "1.2.127",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -189,14 +189,10 @@ export const CONST_SYS_TYPEU_房产管理_权利性质 = "房产管理-权利性
189
189
  export const CONST_SYS_TYPEU_房产管理_不动产权用途 = "房产管理-不动产权用途";
190
190
  export const CONST_SYS_TYPEU_房产管理_招租方式 = "房产管理-招租方式";
191
191
  export const CONST_SYS_TYPEU_房产管理_底价确定方式 = "房产管理-底价确定方式";
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
192
+ export const CONST_SYS_TYPEU_房产管理_所在社区 = "房产管理-所在社区";
193
+ export const CONST_SYS_TYPEU_房产管理_所在街道 = "房产管理-所在街道";
194
+ export const CONST_SYS_TYPEU_LSGL_FKFS = "流水管理-付款方式";
195
+ export const CONST_SYS_TYPEU_LSGL_ZFFS = "流水管理-支付方式";
200
196
 
201
197
  export const CONST_SYS_TYPEU_公章管理_公章类型 = "公章管理-公章类型";
202
198
  export const CONST_SYS_TYPEU_公章管理_文件类型 = "公章管理-文件类型";
@@ -216,6 +212,17 @@ export const CONST_SYS_TYPEU_RYGL_ZYDJ = "人员管理-职员等级";
216
212
  export const CONST_SYS_TYPEU_RYGL_ZYJB = "人员管理-职员级别";
217
213
  export const CONST_SYS_TYPEU_RYGL_ZZMM = "人员管理-政治面貌";
218
214
 
215
+ export const CONST_SYS_TYPEU_XXXC_XCLB = "信息宣传-宣传类别";
216
+ export const CONST_SYS_TYPEU_XXXC_FWDX = "信息宣传-服务对象";
217
+ export const CONST_SYS_TYPEU_DKBF_BFDD = "对口帮扶-帮扶地点";
218
+ export const CONST_SYS_TYPEU_DWPX_PXLX = "对外培训-培训类型";
219
+ export const CONST_SYS_TYPEU_KJTPY_KJLX = "科技特派员-科技类型";
220
+ export const CONST_SYS_TYPEU_KJTPY_KHDC = "科技特派员-考核等次";
221
+ export const CONST_SYS_TYPEU_PTCJ_PTLX = "平台创建-平台类型";
222
+ export const CONST_SYS_TYPEU_PTCJ_PTJB = "平台创建-平台级别";
223
+ export const CONST_SYS_TYPEU_XSJL_XSLX = "学术交流-学术类型";
224
+ export const CONST_SYS_TYPEU_XSJL_XSJB = "学术交流-学术级别";
225
+
219
226
  /** 票据打印系统 */
220
227
  export const CONST_SYS_TYPEU_PGDY_YT = "票据列表-用途";
221
228