yujian
2020-04-29 7b352c4ab440fe31246c9a13cee503729061c95c
1
2
3
4
5
6
7
8
9
10
package com.yeshi.fanli.service.inter.config;
 
public interface WXGZService {
 
    /**
     * 初始化自定义菜单
     */
    public void initMenu();
 
}