meraproject/module/shop/filial/controller.php

13 lines
157 B
PHP
Raw Permalink Normal View History

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