录医案
 
 
 
 
 

5 lines
58 B

<?php
interface iDisplay {
public function execute();
}