1.提交缺失的东西

This commit is contained in:
2025-05-16 16:20:06 +08:00
parent e975b4da98
commit 0a32f51df3
5 changed files with 310 additions and 1 deletions

View File

@ -19,7 +19,7 @@
namespace app\api\model;
use app\common\model\distribution\DistributionOrder;
use app\common\service\UrlServer;
use think\Db;
use think\facade\Db;
use think\Model;
class User extends Model{