@ningboyz/types 1.3.186 → 1.3.187

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.186",
4
+ "version": "1.3.187",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -1,6 +1,7 @@
1
1
  export interface IAboutConfig {
2
2
  version: string;
3
3
  serviceTel: string;
4
+ serviceTels: string[];
4
5
  serviceQQ: string;
5
6
  address: string;
6
7
  copyright: string;
@@ -32,8 +32,6 @@ export interface IDictResponseDictPara {
32
32
  isPayTotal: number;
33
33
  /** 是否需要签章 */
34
34
  needSign:boolean
35
- /** 是否不可以改变 */
36
- canNotChange: boolean;
37
35
  /** 是否为需要进行签章的电子签章类型 */
38
36
  isDzqzSign:boolean
39
37
  /** 原合同的相关附件类型 */
@@ -70,13 +68,11 @@ export class TDictResponseDictPara implements IDictResponseDictPara {
70
68
  isPayTotal: number = 0;
71
69
  /** 对应的编码 */
72
70
  code: string = "";
73
- /** 是否需要签章 */
71
+ /** 是否需要签章 */
74
72
  needSign:boolean=false
75
- /** 附件类型是否不可以上传,拍摄等操作 */
76
- canNotChange: boolean = false;
77
- /** 是否为需要进行签章的电子签章类型 */
73
+ /** 是否为需要进行签章的电子签章类型 */
78
74
  isDzqzSign:boolean = false
79
- /** 原合同的相关附件类型 */
75
+ /** 原合同的相关附件类型 */
80
76
  yzhtPathType:boolean=false
81
77
  /** 品种技术中动态字段的名称 */
82
78
  formFieldObj:IFormFieldObj = {authorField:"发明人",bookCodeField:"证书号",magaZineField:"编号"}