初步完成历史记录存储功能

This commit is contained in:
2025-09-11 09:42:44 +08:00
parent a43b978097
commit 3c47276406
4 changed files with 69 additions and 59 deletions

View File

@@ -35,5 +35,7 @@ public class MappingProfile : Profile
CreateMap<DbMenu, MenuBean>().ReverseMap();
CreateMap<DbNlog, Nlog>().ReverseMap();
CreateMap<DbVariableHistory, VariableHistory>().ReverseMap();
}
}