修改树机构查询
This commit is contained in:
parent
aad4ad488a
commit
64187057e0
|
|
@ -0,0 +1,4 @@
|
|||
package com.securitycontrol.system.service;
|
||||
|
||||
public interface DictService {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package com.securitycontrol.system.service;
|
||||
|
||||
public class DictServiceImpl {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package com.securitycontrol.system.service;
|
||||
|
||||
public interface MenuService {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package com.securitycontrol.system.service;
|
||||
|
||||
public class MenuServiceImpl {
|
||||
}
|
||||
Loading…
Reference in New Issue