@RestController @RequestMapping(value="shipping") public class ShippingController extends Object
| Constructor and Description |
|---|
ShippingController() |
| Modifier and Type | Method and Description |
|---|---|
R |
delete(Integer[] ids)
删除
|
R |
info(Integer id)
查看信息
|
R |
list(Map<String,Object> params)
查看列表
|
R |
queryAll(Map<String,Object> params)
查看所有列表
|
R |
save(ShippingEntity shipping)
保存
|
R |
update(ShippingEntity shipping)
修改
|
@RequestMapping(value="/save") public R save(@RequestBody ShippingEntity shipping)
@RequestMapping(value="/update") public R update(@RequestBody ShippingEntity shipping)
Copyright © 2021. All rights reserved.