新增物流回调,新增删除常用语
This commit is contained in:
@@ -72,4 +72,14 @@ class DoctorWord extends Model
|
||||
{
|
||||
return self::create($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除
|
||||
* @param array $params
|
||||
* @return int|mixed
|
||||
*/
|
||||
public static function deleteDoctorWord(array $params): mixed
|
||||
{
|
||||
return self::where($params)->delete();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user