'结算中', self::status_settled => '已结算', ]; public function agent() { return $this->belongsTo(Agent::class, 'aid', 'id'); } }