@Service
public class ConfigItemService
extends bap.core.service.BaseService
| Constructor and Description |
|---|
ConfigItemService() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getToJson()
功能描述:配置项集合转换为json对象
|
org.json.JSONObject |
putToJson(java.lang.String name,
java.lang.String val)
功能描述:修改配置的值
|