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