add:新增短信平台管理

This commit is contained in:
JaguarJack
2020-09-17 21:14:00 +08:00
parent e30de13d35
commit 4f461bb673
12 changed files with 782 additions and 2 deletions

View File

@@ -8,3 +8,12 @@
// +----------------------------------------------------------------------
// | Author: JaguarJack [ njphper@gmail.com ]
// +----------------------------------------------------------------------
namespace catchAdmin\sms\model\search;
trait SmsTemplateSearch
{
public function searchOperatorAttr($query, $value, $data)
{
return $query->where('operator', $value);
}
}