wente
2024-12-05 17ce02ec6fefa4e8b9ac870e2b52dea0942f5597
1
2
3
4
5
6
7
8
package com.zt.common.constant;
 
public interface IDictionary {
 
    Object getValue();
 
    String getName();
}