common\models\CartGoods::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'user_id' => '用户', 'goods_id' => '商品', 'store_id' => '营业点', 'price' => '加入购物车时的商品价格', 'count' => '商品数量', 'created_at' => '加入时间', 'updated_at' => '更新时间'];
    }