feat(health-profiles): 添加健康档案模块,支持健康史记录、家庭健康管理和档案概览功能
This commit is contained in:
7
src/health-profiles/models/index.ts
Normal file
7
src/health-profiles/models/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Health History
|
||||
export * from './health-history.model';
|
||||
export * from './health-history-item.model';
|
||||
|
||||
// Family Health
|
||||
export * from './family-group.model';
|
||||
export * from './family-member.model';
|
||||
Reference in New Issue
Block a user