Breaking Changes. Upgrade Script in Sql directory. Deployed
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
using FluentNHibernate.Mapping;
|
||||
using Tanshu.Accounts.Contracts;
|
||||
|
||||
namespace Tanshu.Accounts.Entities
|
||||
{
|
||||
@ -8,6 +9,7 @@ namespace Tanshu.Accounts.Entities
|
||||
{
|
||||
public virtual int ProductGroupModifierID { get; set; }
|
||||
public virtual ProductGroup ProductGroup { get; set; }
|
||||
[NotNull]
|
||||
public virtual Modifier Modifier { get; set; }
|
||||
public virtual bool ShowAutomatically { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user