feat: 套餐增加推荐标识与标签
This commit is contained in:
@@ -141,6 +141,8 @@ internal static class TenantMapping
|
||||
IsPublicVisible = package.IsPublicVisible,
|
||||
IsAllowNewTenantPurchase = package.IsAllowNewTenantPurchase,
|
||||
PublishStatus = package.PublishStatus,
|
||||
IsRecommended = package.IsRecommended,
|
||||
Tags = package.Tags ?? [],
|
||||
SortOrder = package.SortOrder
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user