@ningboyz/apis 1.6.83 → 1.6.85

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/apis",
3
- "version": "1.6.83",
3
+ "version": "1.6.85",
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.6.83",
20
+ "@ningboyz/types": "1.6.85",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -3,6 +3,7 @@ import { HttpRequest } from "../axios";
3
3
  import {
4
4
  ICoreDddwDeletedb1Querys,
5
5
  ICoreDddwDetaildb1Querys,
6
+ ICoreDddwDetaildbQuerys,
6
7
  ICoreDddwInsertdbQuerys,
7
8
  ICoreDddwSelectdb1Querys,
8
9
  ICoreDddwSelectdbQuerys,
@@ -60,6 +61,14 @@ class DddwRequest {
60
61
  return this.httpRequest.post<TCore.IUserLiteResponse[]>("/core/tdddw/uploaddb", querys, params);
61
62
  }
62
63
 
64
+ /**详情
65
+ * @param querys
66
+ * @returns
67
+ */
68
+ detaildb(querys: ICoreDddwDetaildbQuerys, params: object) {
69
+ return this.httpRequest.post<TCore.IUserLiteResponse[]>("/core/tdddw/detaildb", querys, params);
70
+ }
71
+
63
72
  /**查询供货商
64
73
  * @param querys
65
74
  * @returns
@@ -950,6 +950,10 @@ export class TCoreDddwUploaddbQuerys implements ICoreDddwUploaddbQuerys {
950
950
  ispublic: number = -1;
951
951
  }
952
952
 
953
+ export interface ICoreDddwDetaildbQuerys {}
954
+
955
+ export class TCoreDddwDetaildbQuerys implements ICoreDddwDetaildbQuerys {}
956
+
953
957
  export interface ICoreDictUploaddbQuerys {
954
958
  typemain: number;
955
959
  systypec: number;