| Package | Description |
|---|---|
| bap.plugins.datainterface.controller | |
| bap.plugins.datainterface.domain | |
| bap.plugins.datainterface.service |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<java.lang.String> |
FenLeiRESTController.post(FenLei fenLei)
创建
|
org.springframework.http.ResponseEntity<java.lang.String> |
FenLeiRESTController.put(FenLei fenLei)
修改
|
| Modifier and Type | Method and Description |
|---|---|
FenLei |
SqlPZh.getFeiL() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlPZh.setFeiL(FenLei feiL) |
| Modifier and Type | Method and Description |
|---|---|
FenLei |
FenLeiService.get(java.lang.String id)
取得单条数据
|
FenLei |
FenLeiService.post(FenLei fenLei)
创建
|
FenLei |
FenLeiService.put(FenLei fenLei)
修改
|
| Modifier and Type | Method and Description |
|---|---|
FenLei |
FenLeiService.post(FenLei fenLei)
创建
|
java.lang.String |
FenLeiService.post2JSON(FenLei fenLei)
创建, 转为json格式字符串
|
FenLei |
FenLeiService.put(FenLei fenLei)
修改
|
java.lang.String |
FenLeiService.put2JSON(FenLei fenLei)
修改, 转为json格式字符串
|