lxw
2022-09-14 20571fc470cc24d229415862095c2955a4b1ea18
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.MenuConfig;
 
public interface MenuConfigMapper extends CustomMapper<MenuConfig>{
}