wente
2024-06-13 0f96b0f3f0b21c0ef6e4097dfceeb28f9215e327
1
2
3
4
5
6
7
8
package com.zt.common.constant;
 
public interface IDictionary {
 
    Object getValue();
 
    String getName();
}