From fc722ffaa25cd0a5cb6199f0b140e0a2c35350d8 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Fri, 9 Dec 2022 17:20:40 +0800 Subject: [PATCH] dto --- .../epdc/dto/result/SysDeptInfoResultDTO.java | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 epdc-cloud-admin-client/src/main/java/com/elink/esua/epdc/dto/result/SysDeptInfoResultDTO.java diff --git a/epdc-cloud-admin-client/src/main/java/com/elink/esua/epdc/dto/result/SysDeptInfoResultDTO.java b/epdc-cloud-admin-client/src/main/java/com/elink/esua/epdc/dto/result/SysDeptInfoResultDTO.java new file mode 100644 index 0000000..f97b013 --- /dev/null +++ b/epdc-cloud-admin-client/src/main/java/com/elink/esua/epdc/dto/result/SysDeptInfoResultDTO.java @@ -0,0 +1,57 @@ +/** + * Copyright 2018 人人开源 https://www.renren.io + *
+ * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + *
+ * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see