TimestampBehavior::class ] ]; } /** * {@inheritdoc} */ public function rules() { return [ [['id', 'goods_id', 'store_id', 'is_delete'], 'integer'], [['reflux_amount', 'integral_amount', 'created_at', 'updated_at'], 'number'] ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => '', 'goods_id' => '商品ID', 'store_id' => '商城ID', 'reflux_amount' => '回流奖金池金额', 'integral_amount' => '增值积分金额', 'is_delete' => '', 'created_at' => '', 'updated_at' => '' ]; } }