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