1
昨天 b71ca6faa130dbd9baed68d1402365ccc63e79c2
1
2
3
4
5
6
7
8
9
10
11
12
package com.vincent.rsf.schedule.manager.mapper;
 
import com.vincent.rsf.schedule.manager.entity.MatnrRestrictionWarehouse;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
@Mapper
@Repository
public interface MatnrRestrictionWarehouseMapper extends BaseMapper<MatnrRestrictionWarehouse> {
 
}