初步完成历史记录存储功能
This commit is contained in:
@@ -35,5 +35,7 @@ public class MappingProfile : Profile
|
||||
CreateMap<DbMenu, MenuBean>().ReverseMap();
|
||||
|
||||
CreateMap<DbNlog, Nlog>().ReverseMap();
|
||||
|
||||
CreateMap<DbVariableHistory, VariableHistory>().ReverseMap();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user