|
@@ -1,9 +1,13 @@
|
|
|
<?php
|
|
<?php
|
|
|
|
|
+declare(strict_types=1);
|
|
|
|
|
|
|
|
namespace SixShop\Core\Entity;
|
|
namespace SixShop\Core\Entity;
|
|
|
|
|
|
|
|
use think\Entity;
|
|
use think\Entity;
|
|
|
|
|
|
|
|
|
|
+/**
|
|
|
|
|
+ * 基础实体类
|
|
|
|
|
+ */
|
|
|
abstract class BaseEntity extends Entity
|
|
abstract class BaseEntity extends Entity
|
|
|
{
|
|
{
|
|
|
protected function getOptions(): array
|
|
protected function getOptions(): array
|