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