//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace UnicornShopLegacy
{
using System;
using System.Collections.Generic;
public partial class app_unicorn_basket
{
public System.Guid basket_id { get; set; }
public System.Guid user_id { get; set; }
public System.Guid unicorn_id { get; set; }
public System.DateTime creation_date { get; set; }
public Nullable active { get; set; }
}
}