Skip to content

Commit 3a3d77a

Browse files
API - Collection - add missing field ExternalId
1 parent f25f85a commit 3a3d77a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/API/Grand.Api/DTOs/Catalog/CollectionDto.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public partial class CollectionDto : BaseApiEntityModel
2121
public bool IncludeInMenu { get; set; }
2222
public string Icon { get; set; }
2323
public bool Published { get; set; }
24+
public string ExternalId { get; set; }
2425
public int DisplayOrder { get; set; }
2526
}
2627
}

0 commit comments

Comments
 (0)