lyh
2026-03-23 ae9c823ff91b6b0c73139792ccf5c622575f999b
1
2
3
4
5
6
7
package com.lxzn.ucenter.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.lxzn.framework.domain.ucenter.MenuButton;
 
public interface MenuButtonMapper extends BaseMapper<MenuButton> {
}