This website works better with JavaScript.
Explore
Help
Sign In
HB
/
ruoyi-miniapp
Watch
5
Star
0
Fork
You've already forked ruoyi-miniapp
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
移动端
10
Commits
1
Branch
0
Tags
13 MiB
Tree:
c222cfd49a
ruoyi-miniapp
/
wxcomponents
/
vant
/
calendar
/
components
/
month
/
index.d.ts
7 lines
102 B
Raw
Normal View
History
Unescape
Escape
企业信息列表
3 months ago
export
interface
Day
{
date
:
Date
;
type
:
string
;
text
:
number
;
bottomInfo?
:
string
;
}