@gct-paas/api 6.0.0-dev.0 → 6.0.0-dev.1
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/es/apaas/service/apis/edhr-instance.service.d.ts +8 -0
- package/es/platform/service/apis/app.service.d.ts +4 -0
- package/es/platform/service/apis/dashboard.service.d.ts +0 -4
- package/es/platform/service/apis/org.service.d.ts +0 -4
- package/es/platform/service/apis/print-log.service.d.ts +4 -0
- package/es/platform/service/apis/tenant.service.d.ts +0 -4
- package/es/platform/service/entities.d.ts +6 -0
- package/package.json +1 -1
|
@@ -87,6 +87,10 @@ export interface getPageListQuery extends IObject {
|
|
|
87
87
|
* 更新人id
|
|
88
88
|
*/
|
|
89
89
|
modifyUserId?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 模块类型
|
|
92
|
+
*/
|
|
93
|
+
module?: string;
|
|
90
94
|
/**
|
|
91
95
|
* 操作人
|
|
92
96
|
*/
|
|
@@ -141,6 +145,10 @@ export interface getReversePageListQuery extends IObject {
|
|
|
141
145
|
* 工单id
|
|
142
146
|
*/
|
|
143
147
|
mfgOrderId?: string;
|
|
148
|
+
/**
|
|
149
|
+
* 模块类型
|
|
150
|
+
*/
|
|
151
|
+
module?: string;
|
|
144
152
|
/**
|
|
145
153
|
* 操作人
|
|
146
154
|
*/
|
|
@@ -15713,6 +15713,12 @@ export interface PrintLogSearchRequest {
|
|
|
15713
15713
|
* @type string
|
|
15714
15714
|
*/
|
|
15715
15715
|
startTime?: string;
|
|
15716
|
+
/**
|
|
15717
|
+
* 标签名称
|
|
15718
|
+
*
|
|
15719
|
+
* @type string
|
|
15720
|
+
*/
|
|
15721
|
+
tagName?: string;
|
|
15716
15722
|
}
|
|
15717
15723
|
export interface PrintResourceCount {
|
|
15718
15724
|
/**
|