mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
10 lines
107 B
PHP
10 lines
107 B
PHP
<?php
|
|
|
|
namespace app\data\controller;
|
|
|
|
use think\admin\Controller;
|
|
|
|
class ShopOrder extends Controller
|
|
{
|
|
|
|
} |