摘要: 看代码:生成的存储过程 sp_Flow_GetDocumentStatusByStaff#region sp_Flow_GetDocumentStatusByStaffpulic void Exec_sp_Flow_GetDocumentStatusByStaff( int staff_id,int docid, ) { DataBase db = new DataBase(); Da... 阅读全文
posted @ 2006-04-12 22:43 疾行者 阅读(325) 评论(0) 推荐(0)
摘要: 在使用之前我下载我的东东 去http://xuxianpeng.cnblogs.com/articles/373687.html看看先看图:自动生成的实体类代码: 1using System; 2namespace Syh.OA.Entity 3{ 4 public class Employee 5 { 6 public Employee() 7 {... 阅读全文
posted @ 2006-04-12 22:32 疾行者 阅读(418) 评论(0) 推荐(0)