摘要:
public List test(List EntityList) where T : class { return EntityList; } 阅读全文
摘要:
private void button1_Click(object sender, EventArgs e) { //需要的数据是 销售订单, 客户名称,项目名称 List<DateTime> dateTimes = new List<DateTime>(); for (int i = 0; i < 阅读全文