parent
81c1bf3a3b
commit
c538581345
|
|
@ -18,6 +18,9 @@ public class LanguageVO {
|
|||
//语言名称
|
||||
private String value;
|
||||
|
||||
//翻译时的语言代码
|
||||
private String translateCode;
|
||||
|
||||
//图标url
|
||||
private String ico;
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,11 @@ public class Language implements Serializable {
|
|||
*/
|
||||
private String value;
|
||||
|
||||
/**
|
||||
* 翻译时的语言代码
|
||||
*/
|
||||
private String translateCode;
|
||||
|
||||
/**
|
||||
* 国旗url
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue