fix-release-1.0.0/yjc-migrate #1
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user