Package | Description |
---|---|
com.platform.controller | |
com.platform.service | |
com.platform.service.impl |
Modifier and Type | Method and Description |
---|---|
R |
BrandController.save(BrandEntity brand)
保存
|
R |
BrandController.update(BrandEntity brand)
修改
|
Modifier and Type | Method and Description |
---|---|
BrandEntity |
BrandService.queryObject(Integer id)
根据主键查询实体
|
Modifier and Type | Method and Description |
---|---|
List<BrandEntity> |
BrandService.queryList(Map<String,Object> map)
分页查询
|
Modifier and Type | Method and Description |
---|---|
int |
BrandService.save(BrandEntity brand)
保存实体
|
int |
BrandService.update(BrandEntity brand)
根据主键更新实体
|
Modifier and Type | Method and Description |
---|---|
BrandEntity |
BrandServiceImpl.queryObject(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<BrandEntity> |
BrandServiceImpl.queryList(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
int |
BrandServiceImpl.save(BrandEntity brand) |
int |
BrandServiceImpl.update(BrandEntity brand) |
Copyright © 2021. All rights reserved.