Browse Source

服务专员删除后 个人中心还是正常显示

master
Lemon 5 years ago
parent
commit
d4c03b91a3
  1. 2
      app/Model/v3/ServicePersonnel.php

2
app/Model/v3/ServicePersonnel.php

@ -4,9 +4,11 @@ declare (strict_types=1);
namespace App\Model\v3; namespace App\Model\v3;
use App\Model\Model; use App\Model\Model;
use Hyperf\Database\Model\SoftDeletes;
class ServicePersonnel extends Model class ServicePersonnel extends Model
{ {
use SoftDeletes;
/** /**
* The table associated with the model. * The table associated with the model.
* *

Loading…
Cancel
Save