Fully Working build with Different print locations and table loading. Pending: Bill Settlement, Modifiers, etc.
This commit is contained in:
@ -5,7 +5,7 @@ namespace Tanshu.Accounts.Contracts
|
||||
{
|
||||
public class FoodTableBO
|
||||
{
|
||||
public int TableID { get; set; }
|
||||
public string Name { get; set; }
|
||||
public virtual int TableID { get; set; }
|
||||
public virtual string Name { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user