UNPKG
yy217-api
Version:
latest (1.4.0)
1.4.0
a API Client for YNU
github.com/ynu/api
ynu/api
yy217-api
/
src
/
yjs
/
type
/
yjs_dm.ts
24 lines
(22 loc)
•
324 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/** * 在校研究生组织机构查询参数 */
export
type
DmQueryParams = {
/** * 代码 */
dm?:
string
, }
/** * 在校研究生组织机构响应结果 */
export
type
DmResult = {
/** * 名称 */
MC:
string
,
/** * 代码 */
DM:
string
, }