100], [['max_other_money', 'max_other_area_rate', 'max_dis_money', 'max_out_rate'], 'number'], [['super_salt'], 'string', 'max' => 10], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'super_password' => 'Super Password', 'super_salt' => 'Super Salt', 'max_other_money' => 'Max Other Money', 'max_other_area_rate' => 'Max Other Area Rate', 'max_dis_money' => 'Max Dis Money', 'max_out_rate' => 'Max Out Rate', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }