提交 57ee1f2a authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 bad6a7cf
......@@ -8,7 +8,6 @@ import org.springframework.stereotype.Service;
import com.zrqx.core.mapper.BaseMapper;
import com.zrqx.core.service.BaseServiceImpl;
import com.zrqx.core.util.bean.BeanUtils;
import com.zrqx.resource.bg.mapper.ResourceRelationMapper;
import com.zrqx.resource.bg.mapper.hourlibrary.HourLibraryMapper;
import com.zrqx.resource.commons.form.bg.hourlibrary.SaveUpdateHourLibraryForm;
import com.zrqx.resource.commons.model.hourlibrary.HourLibrary;
......@@ -22,9 +21,6 @@ public class HourLibrarySerivceImpl extends BaseServiceImpl<HourLibrary,String>
@Autowired
private HourLibraryMapper mapper;
@Autowired
private ResourceRelationMapper resourceRelationMapper;
@Override
public BaseMapper<HourLibrary> getMapper() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论