存储过程代码展示

自动生成 删除,更新,搜索,查询,列表,分页等等代码以下为代码示例-- Drop the dbo.News_Qst_Category_Count procedureif exists (select 1 from sysobjects where id = object_id('News_Qst_Category_Count') and ty... [阅读全文]

实体层代码演示

实体层代码演示,自动生成实体类,所有属性,以及实体相关方法等, 自动生成枚举类,自动生成接口类,自动生成实体比较类,列表排序,自动生成强类型实体,并生成相关的Excel,Csv,XMl等方法... [阅读全文]
1 共1条 分1页