30], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'username' => 'Username', 'hospital_id' => '医院id', 'department_id' => '科室id', 'title_id' => '职称id', 'signature_style' => '签章样式 1电子签章,2手写签名', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }