package com.huaheng.pc.config.locationCapacity.service;
import com.huaheng.pc.config.locationCapacity.domain.LocationCapacity;
import com.baomidou.mybatisplus.extension.service.IService;
public interface LocationCapacityService extends IService<LocationCapacity>{
}