@ningboyz/apis 1.4.84 → 1.4.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.4.84",
3
+ "version": "1.4.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.4.84",
20
+ "@ningboyz/types": "1.4.85",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -7,6 +7,7 @@ export interface IMyoaMainSelectdbQuerys {
7
7
  useronly: number;
8
8
  /** 1001 会议申请 1002 用车申请 1010 盖章 */
9
9
  myoatype: number;
10
+ unitmain: number;
10
11
  }
11
12
 
12
13
  export class TMyoaMainSelectdbQuerys implements IMyoaMainSelectdbQuerys {
@@ -15,6 +16,7 @@ export class TMyoaMainSelectdbQuerys implements IMyoaMainSelectdbQuerys {
15
16
  viewonly: number = -1;
16
17
  useronly: number = -1;
17
18
  myoatype: number = -1;
19
+ unitmain: number = -1;
18
20
  }
19
21
 
20
22
  export interface IMyoaMainSelectdb2Querys {
@@ -36,11 +38,13 @@ export interface IMyoaFinishedQuerys {
36
38
  myoatype: number;
37
39
  withflow: number;
38
40
  useronly: number;
41
+ unitmain: number;
39
42
  }
40
43
  export class TMyoaFinishedQuerys implements IMyoaFinishedQuerys {
41
44
  myoatype: number = -1;
42
45
  withflow: number = -1;
43
46
  useronly: number = -1;
47
+ unitmain: number = -1;
44
48
  }
45
49
  /** ========== room ========== */
46
50
  export interface IMyoaRoomSelectdbQuerys {}