|
@@ -6,9 +6,11 @@ use SixShop\Lakala\Enum\ReceiverStatusEnum;
|
|
|
use SixShop\Payment\Enum\NumberBizEnum;
|
|
use SixShop\Payment\Enum\NumberBizEnum;
|
|
|
use think\db\Query;
|
|
use think\db\Query;
|
|
|
use think\Model;
|
|
use think\Model;
|
|
|
|
|
+use think\model\concern\SoftDelete;
|
|
|
|
|
|
|
|
class ProfitShareReceiverModel extends Model
|
|
class ProfitShareReceiverModel extends Model
|
|
|
{
|
|
{
|
|
|
|
|
+ use SoftDelete;
|
|
|
protected function getOptions(): array
|
|
protected function getOptions(): array
|
|
|
{
|
|
{
|
|
|
return [
|
|
return [
|