示例#1
0
 public DepartmentDetailResponse GetModel(long id)
 {
     return(_departmentAppService.GetModel(id));
 }