@ningboyz/apis 1.2.121 → 1.2.123

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.2.121",
3
+ "version": "1.2.123",
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.2.121",
20
+ "@ningboyz/types": "1.2.123",
21
21
  "axios": "1.8.4"
22
22
  },
23
23
  "devDependencies": {}
@@ -1,51 +1,55 @@
1
- export interface IBillMainInsertdbQuerys { }
2
- export class TBillMainInsertdbQuerys implements IBillMainInsertdbQuerys { }
1
+ export interface IBillMainInsertdbQuerys {}
2
+ export class TBillMainInsertdbQuerys implements IBillMainInsertdbQuerys {}
3
3
 
4
- export interface IBillMainUpdatedbQuerys { }
5
- export class TBillMainUpdatedbQuerys implements IBillMainUpdatedbQuerys { }
4
+ export interface IBillMainUpdatedbQuerys {}
5
+ export class TBillMainUpdatedbQuerys implements IBillMainUpdatedbQuerys {}
6
6
 
7
7
  export interface IBillMainDetaildbQuerys {
8
8
  billmain: number;
9
9
  }
10
+
10
11
  export class TBillMainDetaildbQuerys implements IBillMainDetaildbQuerys {
11
12
  billmain: number = -1;
12
13
  }
13
14
 
14
- export interface IBillMainDeletedbQuerys { }
15
- export class TBillMainDeletedbQuerys implements IBillMainDeletedbQuerys { }
15
+ export interface IBillMainDeletedbQuerys {}
16
+ export class TBillMainDeletedbQuerys implements IBillMainDeletedbQuerys {}
16
17
 
17
18
  export interface IBillMainSelectdbQuerys {
18
19
  sourcend: number;
19
20
  withflow: number;
20
21
  viewonly: number;
21
22
  useronly: number;
23
+ unitmain: number;
22
24
  }
25
+
23
26
  export class TBillMainSelectdbQuerys implements IBillMainSelectdbQuerys {
24
27
  sourcend: number = -1;
25
28
  withflow: number = -1;
26
29
  viewonly: number = -1;
27
30
  useronly: number = -1;
31
+ unitmain: number = -1;
28
32
  }
29
33
 
30
- export interface IBillCnfgInsertdbQuerys { }
31
- export class TBillCnfgInsertdbQuerys implements IBillCnfgInsertdbQuerys { }
34
+ export interface IBillCnfgInsertdbQuerys {}
35
+ export class TBillCnfgInsertdbQuerys implements IBillCnfgInsertdbQuerys {}
32
36
 
33
- export interface IBillCnfgUpdatedbQuerys { }
34
- export class TBillCnfgUpdatedbQuerys implements IBillCnfgUpdatedbQuerys { }
37
+ export interface IBillCnfgUpdatedbQuerys {}
38
+ export class TBillCnfgUpdatedbQuerys implements IBillCnfgUpdatedbQuerys {}
35
39
 
36
40
  export interface IBillCnfgDetaildbQuerys {
37
41
  billIndx: number;
38
42
  }
43
+
39
44
  export class TBillCnfgDetaildbQuerys implements IBillCnfgDetaildbQuerys {
40
45
  billIndx: number = -1;
41
46
  }
42
47
 
43
- export interface IBillCnfgDeletedbQuerys { }
44
- export class TBillCnfgDeletedbQuerys implements IBillCnfgDeletedbQuerys { }
48
+ export interface IBillCnfgDeletedbQuerys {}
49
+ export class TBillCnfgDeletedbQuerys implements IBillCnfgDeletedbQuerys {}
45
50
 
46
51
  export interface IBillCnfgSelectdbQuerys {}
47
52
  export class TBillCnfgSelectdbQuerys implements IBillCnfgSelectdbQuerys {}
48
53
 
49
-
50
- export interface IBillCnfgSelectd2Querys{}
51
- export class TBillCnfgSelectd2Querys implements IBillCnfgSelectd2Querys{}
54
+ export interface IBillCnfgSelectd2Querys {}
55
+ export class TBillCnfgSelectd2Querys implements IBillCnfgSelectd2Querys {}
@@ -14,8 +14,8 @@ class RoomRequest {
14
14
  * @param querys
15
15
  * @returns
16
16
  */
17
- selectdb(querys: ICardRoomSelectdbQuerys) {
18
- return this.httpRequest.post<TCard.ICardRoomResponse[]>("/gapi/card/troom/selectdb", querys, undefined);
17
+ selectdb(querys: ICardRoomSelectdbQuerys, params: object) {
18
+ return this.httpRequest.post<TCard.ICardRoomResponse[]>("/gapi/card/troom/selectdb", querys, params);
19
19
  }
20
20
 
21
21
  /**
@@ -865,11 +865,13 @@ export class TCardFwczDetaildbQuerys implements ICardFwczDetaildbQuerys {
865
865
  export interface ICardRoomSelectdbQuerys {
866
866
  viewonly: number;
867
867
  useronly: number;
868
+ unitmain: number;
868
869
  }
869
870
 
870
871
  export class TCardRoomSelectdbQuerys implements ICardRoomSelectdbQuerys {
871
872
  viewonly: number = -1;
872
873
  useronly: number = -1;
874
+ unitmain: number = -1;
873
875
  }
874
876
 
875
877
  export interface ICardRoomDetaildbQuerys {