wente
2024-07-01 37dd841d6269e185a1a1420f852e5b097528754b
1
2
3
4
5
6
7
8
package com.zt.common.constant;
 
public interface IDictionary {
 
    Object getValue();
 
    String getName();
}