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