public interface AttributeCategoryService
| Modifier and Type | Method and Description |
|---|---|
int |
delete(Integer id)
根据主键删除
|
int |
deleteBatch(Integer[] ids)
根据主键批量删除
|
List<AttributeCategoryEntity> |
queryList(Map<String,Object> map)
分页查询
|
AttributeCategoryEntity |
queryObject(Integer id)
根据主键查询实体
|
int |
queryTotal(Map<String,Object> map)
分页统计总数
|
int |
save(AttributeCategoryEntity attributeCategory)
保存实体
|
int |
update(AttributeCategoryEntity attributeCategory)
根据主键更新实体
|
AttributeCategoryEntity queryObject(Integer id)
id - 主键List<AttributeCategoryEntity> queryList(Map<String,Object> map)
map - 参数int save(AttributeCategoryEntity attributeCategory)
attributeCategory - 实体int update(AttributeCategoryEntity attributeCategory)
attributeCategory - 实体int delete(Integer id)
id - int deleteBatch(Integer[] ids)
ids - Copyright © 2021. All rights reserved.