Breaking Changes. Upgrade Script in Sql directory. Deployed

This commit is contained in:
unknown
2011-02-18 22:24:48 +05:30
parent d4cfa92848
commit 9ed5843dbd
86 changed files with 2616 additions and 2358 deletions

View File

@ -9,5 +9,7 @@ namespace Tanshu.Accounts.Entities
public virtual int FoodTableID { get; set; }
public virtual string Name { get; set; }
public virtual string Location { get; set; }
public virtual string Status { get; set; }
public virtual int VoucherID { get; set; }
}
}