|
|
@@ -1,8 +1,10 @@
|
|
|
-using Quadarax.Application.QLiberace.Base.Entities.Base;
|
|
|
+using Quadarax.Application.QLiberace.Common.Entities.Base;
|
|
|
|
|
|
namespace Quadarax.Application.QLiberace.Base.Entities;
|
|
|
public class Setting : QlbrcEntityTrackedWithoutId
|
|
|
{
|
|
|
+ public long ParentId { get; set; }
|
|
|
+ public int SequenceNo { get; set; }
|
|
|
public string ModuleCode { get; set; }
|
|
|
public string Code { get; set; }
|
|
|
public string Description { get; set; }
|