wente
2023-11-15 dcb6fddb6a6fd134d4dfd35956902af35c9df0ff
1
2
3
4
5
6
7
8
package com.zt.common.constant;
 
public interface IDictionary {
 
    Object getValue();
 
    String getName();
}