EmsProdplanRoundWeightMapper.java 350 B

123456789
  1. package com.steerinfo.ems.emsprodplanroundweight.mapper;
  2. import com.steerinfo.framework.mapper.IBaseMapper;
  3. import com.steerinfo.ems.emsprodplanroundweight.model.EmsProdplanRoundWeight;
  4. import org.apache.ibatis.annotations.Mapper;
  5. @Mapper
  6. public interface EmsProdplanRoundWeightMapper extends IBaseMapper<EmsProdplanRoundWeight, String> {
  7. }