更新文件

This commit is contained in:
2019-06-29 21:53:41 +08:00
parent a07fd7959c
commit 22d9666102
32 changed files with 450 additions and 13 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
namespace app\model;
use think\Model;
class Client extends Model
{
}