public int Dept_id (部门ID)
{
set
{
_dept_id=value;
}
get
{
return _dept_id;
}
}
帮忙解释一下~