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