@ningboyz/types 1.5.55 → 1.5.56

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.55",
4
+ "version": "1.5.56",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -52,6 +52,7 @@ export interface IPathResponse {
52
52
  updateBy: string;
53
53
  pdfMerge: number;
54
54
  pathPara: string;
55
+ fileAlias: string;
55
56
  fileMarkText: string;
56
57
  /** 附件是否已盖章 */
57
58
  usesDzqz: number; //是否签章0:否,1:是
@@ -122,6 +123,7 @@ export class TPathResponse implements IPathResponse {
122
123
  updateAt: number = 0;
123
124
  updateBy: string = "";
124
125
  pdfMerge: number = 0; // 是否pdf合并
126
+ fileAlias: string = "";
125
127
  fileMarkText: string = "";
126
128
 
127
129
  /** 附件是否已盖章 */
@@ -207,6 +207,8 @@ export interface IMyoaMainResponse {
207
207
  detailId: number;
208
208
  cardMain: number;
209
209
  fromCardIndx: number;
210
+ mainListPath: TCore.IPathResponse[]; //列表上的附件信息
211
+ mainFileName: string; //列表上显示的名称
210
212
  /**
211
213
  * 用车判断审核人角色
212
214
  */
@@ -408,6 +410,9 @@ export class TMyoaMainResponse implements IMyoaMainResponse {
408
410
  detailId: number = 0;
409
411
  cardMain: number = 0;
410
412
  fromCardIndx: number = 0;
413
+ mainListPath: TCore.IPathResponse[] = []; //列表上的附件信息
414
+ mainFileName: string = "" //列表上显示的名称
415
+
411
416
  /**
412
417
  * 用车判断审核人角色
413
418
  */