This commit is contained in:
@@ -115,6 +115,7 @@ namespace AyaNova.Biz
|
|||||||
OpsNotificationSettings = 56,
|
OpsNotificationSettings = 56,
|
||||||
Report = 57,
|
Report = 57,
|
||||||
DashboardView=58,
|
DashboardView=58,
|
||||||
|
[CoreBizObject]
|
||||||
CustomerNote = 59
|
CustomerNote = 59
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ using Newtonsoft.Json;
|
|||||||
|
|
||||||
namespace AyaNova.Models
|
namespace AyaNova.Models
|
||||||
{
|
{
|
||||||
public class CustomerNote
|
public class CustomerNote: ICoreBizObjectModel
|
||||||
{
|
{
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
public uint Concurrency { get; set; }
|
public uint Concurrency { get; set; }
|
||||||
@@ -36,6 +36,7 @@ namespace AyaNova.Models
|
|||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public User User { get; set; }
|
public User User { get; set; }
|
||||||
|
|
||||||
|
string ICoreBizObjectModel.CustomFields { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||||
}//eoc
|
}//eoc
|
||||||
|
|
||||||
}//eons
|
}//eons
|
||||||
|
|||||||
Reference in New Issue
Block a user