录医案

6 lines
58 B

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