| Package | Description |
|---|---|
| bap.pp.core.version.controller | |
| bap.pp.core.version.service |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<java.lang.String> |
AndroidClientVersionRESTController.post(AndroidClientVersion androidClientVersion)
创建
|
| Modifier and Type | Method and Description |
|---|---|
AndroidClientVersion |
AndroidClientVersionService.get(java.lang.String id)
取得单条数据
|
AndroidClientVersion |
AndroidClientVersionService.post(AndroidClientVersion androidClientVersion)
创建
|
AndroidClientVersion |
AndroidClientVersionService.put(AndroidClientVersion androidClientVersion)
修改
|
| Modifier and Type | Method and Description |
|---|---|
AndroidClientVersion |
AndroidClientVersionService.post(AndroidClientVersion androidClientVersion)
创建
|
java.lang.String |
AndroidClientVersionService.post2JSON(AndroidClientVersion androidClientVersion)
创建, 转为json格式字符串
|
AndroidClientVersion |
AndroidClientVersionService.put(AndroidClientVersion androidClientVersion)
修改
|
java.lang.String |
AndroidClientVersionService.put2JSON(AndroidClientVersion androidClientVersion)
修改, 转为json格式字符串
|