feat: 字典接口返回英文

This commit is contained in:
2024-07-31 10:38:48 +08:00
parent 7661b16bc6
commit f987769207
3 changed files with 6 additions and 1 deletions
@@ -30,6 +30,10 @@ public class DictModel implements Serializable{
* 字典文本
*/
private String text;
/**
* 字典文本
*/
private String enText;
/**
* 是否置灰(1:是 0:否)
*/