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