123456789 |
- package com.steerinfo.ems.emsprodplanroundweight.mapper;
- import com.steerinfo.framework.mapper.IBaseMapper;
- import com.steerinfo.ems.emsprodplanroundweight.model.EmsProdplanRoundWeight;
- import org.apache.ibatis.annotations.Mapper;
- @Mapper
- public interface EmsProdplanRoundWeightMapper extends IBaseMapper<EmsProdplanRoundWeight, String> {
- }
|