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