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