摘要:
部门和职员是1对多关系。用一个表格列出所有部门,并且在每行显示该部门下的所有职员名称。如下: 部门和职员的Model: using System.Collections.Generic;namespace MvcApplication1.Models{ public class Department { public int Id { get; set; } ... 阅读全文
posted @ 2014-06-10 18:23
Darren Ji
阅读(1452)评论(0)推荐(0)
编辑