package com.glxp.mipsdl.service.scpwxyy; import org.springframework.stereotype.Service; import javax.annotation.Resource; import com.glxp.mipsdl.thirddao.scpwxyy.A013Mapper; @Service public class A013Service{ @Resource private A013Mapper a013Mapper; }