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