package com.gs.xky.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.gs.xky.entity.MesRohInData; /** * @author 28567 * @description 针对表【MES_ROH_IN_DATA(采购订单明细表)】的数据库操作Mapper * @createDate 2025-05-26 15:39:07 * @Entity com.gs.xky.entity.MesRohInData */ public interface MesRohInDataMapper extends BaseMapper { }