hldy_app_mini/pages/NursingNew/component/nurse/index.ts

7 lines
106 B
TypeScript
Raw Normal View History

2025-11-05 15:59:48 +08:00
// 定义 Link 类型
export type roomBtttonType = {
url : string;
targetUrl : string;
name : string
}