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