正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -8,14 +8,14 @@ | @@ -8,14 +8,14 @@ | ||
| 8 | 8 | ||
| 9 | namespace App\Models\Inquiry; | 9 | namespace App\Models\Inquiry; |
| 10 | 10 | ||
| 11 | -use Illuminate\Database\Eloquent\Model; | 11 | +use App\Models\Base; |
| 12 | 12 | ||
| 13 | /** | 13 | /** |
| 14 | * 转发详情日志 | 14 | * 转发详情日志 |
| 15 | * Class ReInquiryDetailLog | 15 | * Class ReInquiryDetailLog |
| 16 | * @package App\Models\Inquiry | 16 | * @package App\Models\Inquiry |
| 17 | */ | 17 | */ |
| 18 | -class InquiryRelayDetailLog extends Model | 18 | +class InquiryRelayDetailLog extends Base |
| 19 | { | 19 | { |
| 20 | /** | 20 | /** |
| 21 | * @var string | 21 | * @var string |
-
请 注册 或 登录 后发表评论