|
@@ -1,12 +1,12 @@
|
|
|
<?php
|
|
<?php
|
|
|
declare(strict_types=1);
|
|
declare(strict_types=1);
|
|
|
-namespace SixShop\eav\Model;
|
|
|
|
|
|
|
+namespace SixShop\Eav\Model;
|
|
|
|
|
|
|
|
use think\Model;
|
|
use think\Model;
|
|
|
use think\model\concern\SoftDelete;
|
|
use think\model\concern\SoftDelete;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * Class SixShop\eav\Model\ExtensionEvaAttributeModel
|
|
|
|
|
|
|
+ * Class SixShop\Eav\Model\ExtensionEvaAttributeModel
|
|
|
*
|
|
*
|
|
|
* @property bool $is_required 是否必填
|
|
* @property bool $is_required 是否必填
|
|
|
* @property int $entity_type_id 关联实体类型
|
|
* @property int $entity_type_id 关联实体类型
|