新增SoftDelete单元测试

This commit is contained in:
Gaozhen Ying
2017-09-11 21:42:05 +08:00
committed by ThinkPHP
parent 902e786a73
commit 616f7b73ba
3 changed files with 182 additions and 2 deletions

View File

@@ -4,6 +4,9 @@ namespace traits\model;
use think\db\Query;
/**
* @mixin \Think\Model
*/
trait SoftDelete
{