package cn.hmsoft.hmplatform.identity.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import cn.hmsoft.hmplatform.identity.data.dao.PStdRegDao; @Service public class PStdRegService { @Autowired private PStdRegDao daoStd; }