Administrator
2018-11-16 1e4b73e01937606a18cbd7e2f8d28afe56e3fd72
1
2
3
4
5
6
7
8
9
10
package com.yeshi.fanli.service.inter.config;
 
public interface WXGZService {
 
    /**
     * 初始化自定义菜单
     */
    public void initMenu();
 
}