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