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> {
}