30], [['desc', 'capital_type'], 'string', 'max' => 255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'mall_id' => 'Mall ID', 'user_id' => 'User ID', 'order_no' => '订单编号', 'level' => '拼团等级', 'change_num' => '奖励数量', 'desc' => '变动说明', 'capital_type' => '资金类型', 'is_send' => '是否发放:0:否;1:是;2:无效', 'status' => '状态[-1:删除;0:禁用;1启用]', 'created_at' => '添加时间戳', 'updated_at' => '更新时间戳', ]; } }