@gizone/rrs-client 4.2.9-alpha.579 → 4.2.9-alpha.585
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/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +7 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/reimbursement-bill-details-vo.d.ts +7 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/models/reimbursement-bill-details-vo.ts +9 -0
- package/models/sys-user.ts +4 -4
- package/ossutil.log +1113 -1110
- package/package.json +1 -1
|
@@ -22,12 +22,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
22
22
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
|
-
*/
|
|
30
|
-
'pages'?: number;
|
|
31
25
|
/**
|
|
32
26
|
*
|
|
33
27
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
48
|
*/
|
|
55
49
|
'searchCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'pages'?: number;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -13,6 +13,7 @@ import type { ExpenseSubjectEnum } from './expense-subject-enum';
|
|
|
13
13
|
import type { InvoiceTypeEnum } from './invoice-type-enum';
|
|
14
14
|
import type { PaymentMethodEnum } from './payment-method-enum';
|
|
15
15
|
import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
|
|
16
|
+
import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
|
|
16
17
|
/**
|
|
17
18
|
* 报账单详情
|
|
18
19
|
* @export
|
|
@@ -229,6 +230,12 @@ export interface ReimbursementBillDetailsVo {
|
|
|
229
230
|
* @memberof ReimbursementBillDetailsVo
|
|
230
231
|
*/
|
|
231
232
|
'handlerUserId'?: number;
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @type {ReimbursementStatusEnum}
|
|
236
|
+
* @memberof ReimbursementBillDetailsVo
|
|
237
|
+
*/
|
|
238
|
+
'reimbursementStatus'?: ReimbursementStatusEnum;
|
|
232
239
|
}
|
|
233
240
|
export declare const ReimbursementBillDetailsVoTaxTypeEnum: {
|
|
234
241
|
readonly Tax13Product: "TAX_13_PRODUCT";
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {string}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cid'?: string;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {number}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cuserId'?: number;
|
|
390
390
|
}
|
|
@@ -22,12 +22,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
22
22
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
|
-
*/
|
|
30
|
-
'pages'?: number;
|
|
31
25
|
/**
|
|
32
26
|
*
|
|
33
27
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
48
|
*/
|
|
55
49
|
'searchCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'pages'?: number;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -13,6 +13,7 @@ import type { ExpenseSubjectEnum } from './expense-subject-enum';
|
|
|
13
13
|
import type { InvoiceTypeEnum } from './invoice-type-enum';
|
|
14
14
|
import type { PaymentMethodEnum } from './payment-method-enum';
|
|
15
15
|
import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
|
|
16
|
+
import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
|
|
16
17
|
/**
|
|
17
18
|
* 报账单详情
|
|
18
19
|
* @export
|
|
@@ -229,6 +230,12 @@ export interface ReimbursementBillDetailsVo {
|
|
|
229
230
|
* @memberof ReimbursementBillDetailsVo
|
|
230
231
|
*/
|
|
231
232
|
'handlerUserId'?: number;
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @type {ReimbursementStatusEnum}
|
|
236
|
+
* @memberof ReimbursementBillDetailsVo
|
|
237
|
+
*/
|
|
238
|
+
'reimbursementStatus'?: ReimbursementStatusEnum;
|
|
232
239
|
}
|
|
233
240
|
export declare const ReimbursementBillDetailsVoTaxTypeEnum: {
|
|
234
241
|
readonly Tax13Product: "TAX_13_PRODUCT";
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {string}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cid'?: string;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {number}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cuserId'?: number;
|
|
390
390
|
}
|
|
@@ -29,12 +29,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
29
29
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
30
30
|
*/
|
|
31
31
|
'total'?: number;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
36
|
-
*/
|
|
37
|
-
'pages'?: number;
|
|
38
32
|
/**
|
|
39
33
|
*
|
|
40
34
|
* @type {number}
|
|
@@ -60,6 +54,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
60
54
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
61
55
|
*/
|
|
62
56
|
'searchCount'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
61
|
+
*/
|
|
62
|
+
'pages'?: number;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -25,6 +25,9 @@ import type { PaymentMethodEnum } from './payment-method-enum';
|
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
27
|
import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
|
|
28
31
|
|
|
29
32
|
/**
|
|
30
33
|
* 报账单详情
|
|
@@ -242,6 +245,12 @@ export interface ReimbursementBillDetailsVo {
|
|
|
242
245
|
* @memberof ReimbursementBillDetailsVo
|
|
243
246
|
*/
|
|
244
247
|
'handlerUserId'?: number;
|
|
248
|
+
/**
|
|
249
|
+
*
|
|
250
|
+
* @type {ReimbursementStatusEnum}
|
|
251
|
+
* @memberof ReimbursementBillDetailsVo
|
|
252
|
+
*/
|
|
253
|
+
'reimbursementStatus'?: ReimbursementStatusEnum;
|
|
245
254
|
}
|
|
246
255
|
|
|
247
256
|
export const ReimbursementBillDetailsVoTaxTypeEnum = {
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {string}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cid'?: string;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {number}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cuserId'?: number;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|