meraproject/module/shop/filial/property/controller.php

12 lines
174 B
PHP
Raw Permalink Normal View History

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