更新代码,完善功能

This commit is contained in:
2020-02-18 14:50:57 +08:00
parent 31fd944b9c
commit 8bc0f7534b
36 changed files with 283 additions and 280 deletions

View File

@@ -12,7 +12,7 @@ namespace app\model;
/**
* Client模型
*/
class Client {
class Client extends \think\Model{
protected $auto = array('update_time');
protected $insert = array('create_time');