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