| Package | Description |
|---|---|
| com.platform.controller | |
| com.platform.service | |
| com.platform.service.impl |
| Modifier and Type | Method and Description |
|---|---|
R |
FootprintController.save(FootprintEntity footprint)
保存
|
R |
FootprintController.update(FootprintEntity footprint)
修改
|
| Modifier and Type | Method and Description |
|---|---|
FootprintEntity |
FootprintService.queryObject(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
List<FootprintEntity> |
FootprintService.queryList(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
FootprintService.save(FootprintEntity footprint) |
void |
FootprintService.update(FootprintEntity footprint) |
| Modifier and Type | Method and Description |
|---|---|
FootprintEntity |
FootprintServiceImpl.queryObject(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
List<FootprintEntity> |
FootprintServiceImpl.queryList(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
FootprintServiceImpl.save(FootprintEntity footprint) |
void |
FootprintServiceImpl.update(FootprintEntity footprint) |
Copyright © 2021. All rights reserved.