Package com.codingapi.flow.form
Class FormData.DataBody
java.lang.Object
com.codingapi.flow.form.FormData.DataBody
- Enclosing class:
- FormData
表单数据体
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataBody
-
-
Method Details
-
reset
public void reset()重置表单数据 -
set
设置表单字段值- Parameters:
key- 表单字段名称value- 表单字段值
-
get
获取表单字段值- Parameters:
key- 表单字段名称- Returns:
- 表单字段值
-
toMapData
转换成Map数据- Returns:
- Map数据
-