lige
2023-12-11 58bd4f3a3a2a45544203ab605836667c4af38d76
ltkj-system/src/main/java/com/ltkj/system/service/ISysDeptService.java
@@ -131,4 +131,7 @@
     * @return 结果
     */
    public int updateDeptStatus(SysDept dept);
    List<String> getSysDeptId(String deptName);
}