本文介绍了自动生成业务层和数据访问层的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有自动生成业务层和数据访问层的工具?



喜欢如果我有一个表,我想生成属性和业务层调用和包含4个主要查询的数据访问层选择插入更新和删除。

Is there a tool that Auto Generate Business Layer and Data Access layer?

Like If I have a table and I want to generate the properties and the business layer calling and the the data access layer that contain the 4 main queries select insert update and delete.

推荐答案


这篇关于自动生成业务层和数据访问层的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 21:33