摘要: public List test(List EntityList) where T : class { return EntityList; } 阅读全文
posted @ 2019-03-08 17:51 enych 阅读(3422) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { //需要的数据是 销售订单, 客户名称,项目名称 List<DateTime> dateTimes = new List<DateTime>(); for (int i = 0; i < 阅读全文
posted @ 2019-03-08 08:11 enych 阅读(936) 评论(0) 推荐(0) 编辑