@ningboyz/types 1.5.66 → 1.5.68
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
|
@@ -19,6 +19,7 @@ export interface IDictResponseDictPara {
|
|
|
19
19
|
* 以上配置只能配置一个
|
|
20
20
|
* */
|
|
21
21
|
change: string[];
|
|
22
|
+
list: any[];
|
|
22
23
|
noChange: string[];
|
|
23
24
|
code: string;
|
|
24
25
|
/** 附件归属 */
|
|
@@ -59,6 +60,7 @@ export class TDictResponseDictPara implements IDictResponseDictPara {
|
|
|
59
60
|
show: boolean = false;
|
|
60
61
|
gdzc: boolean = false;
|
|
61
62
|
change: string[] = [];
|
|
63
|
+
list: any[] = [];
|
|
62
64
|
pathType: string = "";
|
|
63
65
|
noChange: string[] = [];
|
|
64
66
|
unused: number = 0;
|