wente
2024-09-14 83369496786239248f20000e3819a5ac94eb791c
1
2
3
4
5
6
7
8
package com.zt.common.constant;
 
public interface IDictionary {
 
    Object getValue();
 
    String getName();
}