@ningboyz/types 1.3.76 → 1.3.78

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.76",
4
+ "version": "1.3.78",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -398,6 +398,9 @@ export interface ICardMainResponse {
398
398
  /** 单据状态 */
399
399
  myoaStat: number;
400
400
 
401
+ wContact: string; // 联系人
402
+ dContact: string; // 联系电话
403
+
401
404
  lastDate: number;
402
405
  lastTime: number;
403
406
  flowMain: number;
@@ -675,6 +678,9 @@ export class TCardMainResponse implements ICardMainResponse {
675
678
 
676
679
  myoaCode: string = "";
677
680
 
681
+ wContact: string = ""; // 联系人
682
+ dContact: string = ""; // 联系电话
683
+
678
684
  /** 二维码 */
679
685
  cardQrde: string = "";
680
686
 
@@ -171,6 +171,9 @@ export const CONST_SYS_TYPEU_资产状态_固定资产 = "资产状态-固定资
171
171
  export const CONST_SYS_TYPEU_上城财政_项目类别 = "上城财政-项目类别";
172
172
  export const CONST_SYS_TYPEU_上城财政_资金性质 = "上城财政-资金性质";
173
173
  export const CONST_SYS_TYPEU_上城财政_支付方式 = "上城财政-支付方式";
174
+ export const CONST_SYS_TYPEU_上城财政_是否 = "上城财政-是否";
175
+ export const CONST_SYS_TYPEU_发文管理_信息公开审查意见 = "发文管理-信息公开审查意见";
176
+ export const CONST_SYS_TYPEU_发文管理_市场公平竞争审查意见 = "发文管理-市场公平竞争审查意见";
174
177
 
175
178
  export const CONST_SYS_TYPEU_房产管理_使用状态 = "房产管理-使用状态";
176
179
  export const CONST_SYS_TYPEU_房产管理_房产类型 = "房产管理-房产类型";
@@ -251,7 +254,7 @@ export const CONST_SYS_TYPEU_专利软著_业务类型 = "专利软著-业务类
251
254
  * */
252
255
  export const CONST_SYS_TYPEU_甬农检_检验类型 = "甬农检-检验类型";
253
256
  export const CONST_SYS_TYPEU_甬农检_支付对象 = "甬农检-支付对象";
254
- export const CONST_SYS_TYPEU_甬农检_抽检_支付对象 = "甬农检-抽检-检验类型";
257
+ export const CONST_SYS_TYPEU_甬农检_抽检_检验类型 = "甬农检-抽检-检验类型";
255
258
  export const CONST_SYS_TYPEU_甬农检_委托1_支付对象 = "甬农检-委托1-检验类型";
256
259
  export const CONST_SYS_TYPEU_甬农检_时间要求 = "甬农检-时间要求";
257
260
  export const CONST_SYS_TYPEU_甬农检_副样处理方式 = "甬农检-副样处理方式";