完成前端用户注册

This commit is contained in:
云泽网
2025-05-26 23:54:51 +08:00
parent e7d5aa1971
commit ab4a36a7cd
8 changed files with 261 additions and 191 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace app\index\model;
use think\Model;
class Users extends Model
{
}