package com.zhujizheng.IHome.rnupdate.service; import com.zhujizheng.IHome.rnupdate.vo.PYRNUpdateVO; public interface PYRNUpdateService { PYRNUpdateVO selectInfo(String packageVersion); }