|
|
@ -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. |
|
|
* |
|
|
* |
|
|
|