UNPKG
zhu-jiang-yi-yuan-bigscreen
Version:
latest (1.0.20201209)
1.0.20201209
南方医科大学珠江医院大屏端
www.nsn.com
zhu-jiang-yi-yuan-bigscreen
/
lib
/
@types
/
entity
/
AppointmentRate.d.ts
9 lines
(7 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** 七日预约率 */
export
type
AppointmentRate = {
/** 日期,yyyy-mm-dd */
date?:
string
;
/** 预约率 */
appointRate?: number; };