package com.goafanti.demand.service.impl; import org.springframework.stereotype.Service; import com.goafanti.demand.service.DemandLogService; @Service public class DemandLogServiceImpl implements DemandLogService { /*@Autowired private DemandLogMapper demandLogMapper;*/ }