将DataServices的加载变量功能迁移到DataCenterService

This commit is contained in:
2025-09-03 12:53:32 +08:00
parent fff2c0477c
commit c34d8273be
6 changed files with 278 additions and 459 deletions

View File

@@ -20,7 +20,6 @@ namespace DMS.WPF.Profiles
CreateMap<MenuBeanDto, MenuItemViewModel>()
.ForMember(dest => dest.Children, opt => opt.Ignore())
.ReverseMap();
CreateMap<MqttServerDto, MqttServerItemViewModel>().ReverseMap();