@Controller @RequestMapping(path="/admin/bpd/attribute/") public class ExtendAttributeManager extends Object
| 构造器和说明 |
|---|
ExtendAttributeManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.ds.config.ResultModel<ExtendAttributeFormView> |
addAttribute(String projectId,
String pluginId) |
com.ds.config.ResultModel<Boolean> |
delExtendAttributes(String attributeId,
String projectId,
String pluginId) |
com.ds.config.ResultModel<ExtendAttributeFormView> |
getAttributeInfo() |
com.ds.config.ResultModel<Boolean> |
saveAttribute(ExtendAttributeFormView attribute) |
@RequestMapping(method=POST,
value="AddExtendAttributes")
@ResponseBody
public com.ds.config.ResultModel<ExtendAttributeFormView> addAttribute(String projectId,
String pluginId)
@RequestMapping(method=POST,
value="saveAttribute")
@ResponseBody
public com.ds.config.ResultModel<Boolean> saveAttribute(@RequestBody
ExtendAttributeFormView attribute)
@RequestMapping(method=POST,
value="ExtendAttributeInfo")
@ResponseBody
public com.ds.config.ResultModel<ExtendAttributeFormView> getAttributeInfo()
Copyright © 2023 onecode. All rights reserved.