255], [['the_desc'], 'string', 'max' => 255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'type' => '类型 类型 0--普通 1--秒杀', 'order_id' => '订单id', 'shop_id' => '团长id', 'amount' => '团长佣金', 'is_delete' => 'Is Delete', 'version' => 'Version', 'user_id' => '下单用户id', 'the_desc' => '备注', 'created_at' => '添加时间' ]; } }