录医案

6 lines
58 B

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