14 lines
170 B
PHP
14 lines
170 B
PHP
<?
|
|
|
|
namespace controller\shop\property;
|
|
|
|
use shop\core\structure\shopControllerTable;
|
|
|
|
class Api extends shopControllerTable {
|
|
|
|
static $class = 'shop\Property';
|
|
|
|
}
|
|
|
|
|