This commit is contained in:
@@ -114,7 +114,8 @@ namespace AyaNova.Biz
|
|||||||
ServiceBank = 55,
|
ServiceBank = 55,
|
||||||
OpsNotificationSettings = 56,
|
OpsNotificationSettings = 56,
|
||||||
Report = 57,
|
Report = 57,
|
||||||
DashboardView=58
|
DashboardView=58,
|
||||||
|
CustomerNote = 59
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ namespace AyaNova.Models
|
|||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
public class CustomerNote : ICoreBizObjectModel
|
public class CustomerNote
|
||||||
{
|
{
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
public uint Concurrency { get; set; }
|
public uint Concurrency { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user