package com.vci.client.uif.engine.client.compare.attribute; /** * 属性值转化器 * * 用来处理 枚举 类型属性 * * @author VCI-STGK006 * */ public interface Converter { }