package com.huaheng.pc.srm.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.huaheng.pc.srm.domain.ICSITEMLot; public interface ICSITEMlotMapper extends BaseMapper<ICSITEMLot> { }