@gct-paas/api 6.0.0-dev.1 → 6.0.0-dev.2
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/api.service.d.ts +4 -0
- package/es/apaas/service/apis/app-org.service.d.ts +0 -4
- package/es/apaas/service/apis/category.service.d.ts +8 -0
- package/es/apaas/service/apis/edhr-instance.service.d.ts +0 -8
- package/es/apaas/service/entities.d.ts +6 -0
- package/package.json +1 -1
|
@@ -34,6 +34,10 @@ export interface getListQuery extends IObject {
|
|
|
34
34
|
* 结束时间
|
|
35
35
|
*/
|
|
36
36
|
endTime?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 所属模块(实体、枚举、web页面)
|
|
39
|
+
*/
|
|
40
|
+
module?: string;
|
|
37
41
|
/**
|
|
38
42
|
* 应用名称
|
|
39
43
|
*/
|
|
@@ -220,6 +224,10 @@ export interface getPageListQuery extends IObject {
|
|
|
220
224
|
* 结束时间
|
|
221
225
|
*/
|
|
222
226
|
endTime?: string;
|
|
227
|
+
/**
|
|
228
|
+
* 所属模块(实体、枚举、web页面)
|
|
229
|
+
*/
|
|
230
|
+
module?: string;
|
|
223
231
|
/**
|
|
224
232
|
* 应用名称
|
|
225
233
|
*/
|
|
@@ -87,10 +87,6 @@ export interface getPageListQuery extends IObject {
|
|
|
87
87
|
* 更新人id
|
|
88
88
|
*/
|
|
89
89
|
modifyUserId?: string;
|
|
90
|
-
/**
|
|
91
|
-
* 模块类型
|
|
92
|
-
*/
|
|
93
|
-
module?: string;
|
|
94
90
|
/**
|
|
95
91
|
* 操作人
|
|
96
92
|
*/
|
|
@@ -145,10 +141,6 @@ export interface getReversePageListQuery extends IObject {
|
|
|
145
141
|
* 工单id
|
|
146
142
|
*/
|
|
147
143
|
mfgOrderId?: string;
|
|
148
|
-
/**
|
|
149
|
-
* 模块类型
|
|
150
|
-
*/
|
|
151
|
-
module?: string;
|
|
152
144
|
/**
|
|
153
145
|
* 操作人
|
|
154
146
|
*/
|
|
@@ -22925,6 +22925,12 @@ export interface PrintLogSearchRequest {
|
|
|
22925
22925
|
* @type string
|
|
22926
22926
|
*/
|
|
22927
22927
|
startTime?: string;
|
|
22928
|
+
/**
|
|
22929
|
+
* 标签名称
|
|
22930
|
+
*
|
|
22931
|
+
* @type string
|
|
22932
|
+
*/
|
|
22933
|
+
tagName?: string;
|
|
22928
22934
|
}
|
|
22929
22935
|
export interface PrintPreviewResponse {
|
|
22930
22936
|
/**
|