We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25f85a commit 3a3d77aCopy full SHA for 3a3d77a
src/API/Grand.Api/DTOs/Catalog/CollectionDto.cs
@@ -21,6 +21,7 @@ public partial class CollectionDto : BaseApiEntityModel
21
public bool IncludeInMenu { get; set; }
22
public string Icon { get; set; }
23
public bool Published { get; set; }
24
+ public string ExternalId { get; set; }
25
public int DisplayOrder { get; set; }
26
}
27
0 commit comments