package com.mes.glassinfo.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.github.yulichang.base.MPJBaseMapper; import com.mes.glassinfo.entity.GlassInfo; /** *
* Mapper 接口 *
* * @author zhoush * @since 2024-04-07 */ public interface GlassInfoMapper extends MPJBaseMapper