1 2 3 4 5 6 7
package com.huaheng.pc.config.locationCapacity.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.huaheng.pc.config.locationCapacity.domain.LocationCapacity; public interface LocationCapacityMapper extends BaseMapper<LocationCapacity> { }