package com.zt.common.constant; public interface IDictionary { Object getValue(); String getName(); }