roses/kernel-d-wrapper/README.md

11 lines
401 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# wrapper模块一种开发思路或者开发工具
将控制器层的返回结果进行进一层包装从而灵活的进行响应参数装配
例如:
select menu_id,menu_name,create_user from sys_menu
利用Wrapper可以将返回结果的关联字段响应中文名称例如create_user这种字段就不用去left join连表查询
另外wrapper时可以用缓存加快wrapper速度