meraproject/module/shop/item/price/filial/controller.php

13 lines
179 B
PHP
Raw Normal View History

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