TimestampBehavior::class ] ]; } /** * {@inheritdoc} */ public function rules() { return [ [['id', 'user_id', 'cash_id'], 'integer'], [['integral', 'reflux_profit', 'reflux_price', 'cash_price', 'created_at', 'updated_at', 'integral_price'], 'number'] ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => '', 'user_id' => '用户ID', 'cash_id' => '提现ID', 'integral' => '提现积分数量', 'integral_price' => '积分价格', 'reflux_profit' => '回流奖金池比例', 'reflux_price' => '回流奖金池金额', 'cash_price' => '实际提现金额', 'created_at' => '', 'updated_at' => '', ]; } }