This commit is contained in:
2020-11-23 18:21:38 +00:00
parent dc7671cdc1
commit 73c73fd1ed
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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; }