WarehousePointMapper.java 227 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 package com.huaheng.api.jindie.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.huaheng.api.jindie.domain.WarehousePoint; public interface WarehousePointMapper extends BaseMapper<WarehousePoint> { }