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