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