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