50], [['position'], 'string', 'max' => 200], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => '医院名称', 'position' => '位置', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }