13 lines
179 B
PHP
13 lines
179 B
PHP
<?
|
|
|
|
namespace controller\shop\item\price\filial;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'shop\item\price\Filial';
|
|
|
|
}
|
|
|