id; data_set($this, self::COL_NAME_SMS_SEND_ORDER_ID, $id); } public function smsSendOrder(): BelongsTo { if ($this instanceof Model) { return $this->belongsTo(SMSSendOrder::class); } else { throw new LogicException("不正"); } } }