lyh
2026-03-23 533ae8a2dc71edeff73f1e0c62d23718d3ff059b
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.ObjectButton;
 
public interface ObjectButtonMapper extends BaseMapper<ObjectButton> {
}