package com.zehong.system.service; import com.zehong.system.domain.keyInformation; public interface DecryptService { /**查询企业秘钥*/ keyInformation selectkey(String qybm); }