feat: 字典接口返回英文
This commit is contained in:
@@ -30,6 +30,10 @@ public class DictModel implements Serializable{
|
||||
* 字典文本
|
||||
*/
|
||||
private String text;
|
||||
/**
|
||||
* 字典文本
|
||||
*/
|
||||
private String enText;
|
||||
/**
|
||||
* 是否置灰(1:是 0:否)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user