30], [['idcard'], 'string', 'max' => 11], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'su_id' => 'Su ID', 'username' => '用户名称', 'idcard' => '身份证号码', 'hospital_id' => '医院id', 'department_id' => '科室id', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }