This website works better with JavaScript.
Home
Explore
Help
Sign In
pengda
/
chinese_medicine_assistant
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
录医案
173
Commits
2
Branches
0
Tags
96 MiB
Tree:
73b51da2c4
chinese_medicine_assistant
/
library
/
viewtpl
/
iDisplay.php
6 lines
58 B
Raw
Normal View
History
框架
9 months ago
<?php
interface iDisplay {
public function execute();
}