WarehouseU8Mapper.java 359 Bytes
package com.huaheng.pc.config.warehouse.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huaheng.pc.config.warehouse.domain.WarehouseU8;
import org.apache.ibatis.annotations.Param;

import java.util.List;

/**
 * @author yiwenpeng
 * @date 2022/8/30 08:59
 */
public interface WarehouseU8Mapper extends BaseMapper<WarehouseU8> {

}