类的使用
com.github.shuaidd.dto.addressbook.Department
使用Department的程序包
-
com.github.shuaidd.response.addressbook中Department的使用
修饰符和类型字段说明private List<Department>DepartmentListResponse.departmentsprivate List<Department>SimpleDepartmentListResponse.departments返回变量类型为Department的类型的com.github.shuaidd.response.addressbook中的方法类型变量类型为Department的com.github.shuaidd.response.addressbook中的方法参数修饰符和类型方法说明voidDepartmentListResponse.setDepartments(List<Department> departments) voidSimpleDepartmentListResponse.setDepartments(List<Department> departments) -
com.github.shuaidd.resquest.addressbook中Department的使用