Package cn.sinozg.applet.tool.model
Class DictI18n
java.lang.Object
cn.sinozg.applet.tool.model.DictI18n
- Since:
- 2024-11-08 16:18
- Author:
- xyb
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
类型 -
value
值 -
name
国际化值
-
-
Constructor Details
-
DictI18n
public DictI18n()
-
-
Method Details
-
getType
获取 类型- Returns:
- type 类型
-
setType
设置 类型- Parameters:
type- 类型
-
getValue
获取 值- Returns:
- value 值
-
setValue
设置 值- Parameters:
value- 值
-
getName
获取 国际化值- Returns:
- name 国际化值
-
setName
设置 国际化值- Parameters:
name- 国际化值
-