32], [['contact'], 'string', 'max' => 120], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'uid' => 'Uid', 'type' => 'Type', 'latitude' => 'Latitude', 'longitude' => 'Longitude', 'hashcode'=>'hashcode', 'city' => '城市编号', 'district' => '地区编号', 'adress' => '地址', 'created_at' => '创建时间', 'status' => 'Status', 'updated_at' => 'Updated At', 'layout' => '户型', 'acreage' => '面积', 'opening_begin' => '可约时间', 'opening_end' => '可约时间', 'contact' => '联系方式', 'stage' => '装修进度', 'pattern' => '装修模式', 'budget' => '预算', 'style' => '风格', ]; } }