game2006api/webapp/controller/AnncController.class.php
aozhiwei 9fdcb801b8 1
2024-07-09 11:38:25 +08:00

11 lines
100 B
PHP

<?php
class AnncController extends BaseController {
public function getAnnc()
{
}
}