255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'parent_id' => 'Parent ID', 'store_id' => 'Store ID', 'user_id' => 'User ID', 'user_num' => '拆红包所需用户数,最少2人', 'coupon_total_money' => '红包总金额', 'coupon_money' => '分到的红包金额', 'coupon_use_minimum' => '红包使用最低消费金额', 'coupon_expire' => '优惠券有效期,天', 'distribute_type' => '红包分配类型:0=随机,1=平分', 'is_expire' => '是否已过期', 'expire_time' => '到期时间', 'is_finish' => '是否已完成', 'addtime' => 'Addtime', 'form_id' => '小程序form_id', ]; } }