Files
ulthon_admin/app/common/service/TestService.php

10 lines
126 B
PHP

<?php
namespace app\common\service;
use base\common\service\TestServiceBase;
class TestService extends TestServiceBase
{
}