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