package com.glxp.mipsdl.service.scpwxyy; import org.springframework.stereotype.Service; import javax.annotation.Resource; import com.glxp.mipsdl.thirddao.scpwxyy.A004Mapper; @Service public class A004Service{ @Resource private A004Mapper a004Mapper; }