This commit is contained in:
cano
2024-03-08 00:58:23 +08:00
parent bebbee4184
commit b14c000bc3
25 changed files with 1681 additions and 8 deletions

View File

@ -6,7 +6,7 @@ use App\Models\Api\Base\ApiBaseModel;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\DB;
class ApiWsHistoryModel extends ApiBaseModel
class CustomerWsHistoryModel extends ApiBaseModel
{
protected $table = 'customer_ws_history';
protected $primaryKey = 'id';