mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-04 00:55:16 +08:00
10 lines
111 B
PHP
10 lines
111 B
PHP
<?php
|
|
|
|
namespace app\admin\model;
|
|
|
|
use base\admin\model\MallCateBase;
|
|
|
|
class MallCate extends MallCateBase
|
|
{
|
|
}
|