修改树机构查询

This commit is contained in:
haozq 2024-02-23 18:37:29 +08:00
parent aad4ad488a
commit 64187057e0
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package com.securitycontrol.system.service;
public interface DictService {
}

View File

@ -0,0 +1,4 @@
package com.securitycontrol.system.service;
public class DictServiceImpl {
}

View File

@ -0,0 +1,4 @@
package com.securitycontrol.system.service;
public interface MenuService {
}

View File

@ -0,0 +1,4 @@
package com.securitycontrol.system.service;
public class MenuServiceImpl {
}