@gizone/rrs-client 4.2.9-alpha.858 → 4.2.9-alpha.860
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.
|
@@ -10,21 +10,27 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* 人员列表
|
|
14
14
|
* @export
|
|
15
15
|
* @interface AppletSysUserDropDownBoxListDTO
|
|
16
16
|
*/
|
|
17
17
|
export interface AppletSysUserDropDownBoxListDTO {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* text
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof AppletSysUserDropDownBoxListDTO
|
|
22
22
|
*/
|
|
23
23
|
'text'?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* value
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof AppletSysUserDropDownBoxListDTO
|
|
28
28
|
*/
|
|
29
29
|
'value'?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {any}
|
|
33
|
+
* @memberof AppletSysUserDropDownBoxListDTO
|
|
34
|
+
*/
|
|
35
|
+
'children'?: any;
|
|
30
36
|
}
|
|
@@ -10,21 +10,27 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* 人员列表
|
|
14
14
|
* @export
|
|
15
15
|
* @interface AppletSysUserDropDownBoxListDTO
|
|
16
16
|
*/
|
|
17
17
|
export interface AppletSysUserDropDownBoxListDTO {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* text
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof AppletSysUserDropDownBoxListDTO
|
|
22
22
|
*/
|
|
23
23
|
'text'?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* value
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof AppletSysUserDropDownBoxListDTO
|
|
28
28
|
*/
|
|
29
29
|
'value'?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {any}
|
|
33
|
+
* @memberof AppletSysUserDropDownBoxListDTO
|
|
34
|
+
*/
|
|
35
|
+
'children'?: any;
|
|
30
36
|
}
|
|
@@ -15,22 +15,28 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* 人员列表
|
|
19
19
|
* @export
|
|
20
20
|
* @interface AppletSysUserDropDownBoxListDTO
|
|
21
21
|
*/
|
|
22
22
|
export interface AppletSysUserDropDownBoxListDTO {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* text
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof AppletSysUserDropDownBoxListDTO
|
|
27
27
|
*/
|
|
28
28
|
'text'?: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* value
|
|
31
31
|
* @type {number}
|
|
32
32
|
* @memberof AppletSysUserDropDownBoxListDTO
|
|
33
33
|
*/
|
|
34
34
|
'value'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {any}
|
|
38
|
+
* @memberof AppletSysUserDropDownBoxListDTO
|
|
39
|
+
*/
|
|
40
|
+
'children'?: any;
|
|
35
41
|
}
|
|
36
42
|
|