This website requires JavaScript.
Explore
Help
Register
Sign In
yangjun
/
hldy_app
Watch
1
Star
0
Fork
You've already forked hldy_app
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3a74d3e405
hldy_app
/
pages
/
Warehousing
/
index.ts
7 lines
87 B
TypeScript
Raw
Normal View
History
Unescape
Escape
3.5
2025-03-05 17:29:32 +08:00
export
type
Link
=
{
url
:
string
;
targetUrl
:
string
;
4.1
2025-04-01 17:27:15 +08:00
name
:
string
;
pao
:
number
;
3.5
2025-03-05 17:29:32 +08:00
}
;