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