订单处理

6 lines
58 B

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