fix-release-1.0.0/yjc-migrate #1

Merged
yjc merged 2 commits from fix-release-1.0.0/yjc-migrate into master 2025-12-02 08:17:39 +00:00
Showing only changes of commit a4cac13c41 - Show all commits

View File

@ -4,10 +4,11 @@ namespace App\Models;
use App\Models\traits\Filter; use App\Models\traits\Filter;
use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
class Shop extends Model class Shop extends Model
{ {
use Filter; use Filter,SoftDeletes;
public static $PLAT_KTT = 1; public static $PLAT_KTT = 1;
public static $PLAT_MX = 0; public static $PLAT_MX = 0;