14 lines
196 B
PHP
14 lines
196 B
PHP
|
|
<?
|
||
|
|
|
||
|
|
namespace controller\shop\item\price\multicomponent;
|
||
|
|
|
||
|
|
use ms\ms\structure\msControllerTable;
|
||
|
|
|
||
|
|
class Api extends msControllerTable {
|
||
|
|
|
||
|
|
static $class = 'shop\item\price\MultiComponent';
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|