@ningboyz/apis 1.4.29 → 1.4.31
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 +2 -2
- package/packages/japz/types.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.31",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "宁波甬政请求库",
|
|
6
6
|
"author": "nbyt-syq",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"registry": "https://registry.npmjs.org/"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@ningboyz/types": "1.4.
|
|
20
|
+
"@ningboyz/types": "1.4.31",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/japz/types.ts
CHANGED
|
@@ -364,12 +364,15 @@ export interface IJapzK9kmSelectdbQuerys {
|
|
|
364
364
|
sourceid: number;
|
|
365
365
|
/**开启状态:-1所有 0关闭 1开启 */
|
|
366
366
|
isactive: number;
|
|
367
|
+
/**是否显示附件 */
|
|
368
|
+
showpath: number;
|
|
367
369
|
}
|
|
368
370
|
|
|
369
371
|
export class TJapzK9kmSelectdbQuerys implements IJapzK9kmSelectdbQuerys {
|
|
370
372
|
sourcend: number = -1;
|
|
371
373
|
sourceid: number = -1;
|
|
372
374
|
isactive: number = -1;
|
|
375
|
+
showpath: number = -1;
|
|
373
376
|
}
|
|
374
377
|
|
|
375
378
|
export interface IJapzK9kmDetailQuerys {
|