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