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