package platform.modules.company.dao; import platform.common.base.mapper.BaseMapper; import platform.modules.company.entity.StockLandOutPark; public interface StockLandOutParkDao extends BaseMapper<StockLandOutPark> { }