package cn.autoform.web.service.epc.impl; import org.springframework.stereotype.Service; import cn.autoform.web.service.epc.EpcService; @Service public class EpcServiceImpl implements EpcService{ }