@Service(value="goodsAttributeService") public class GoodsAttributeServiceImpl extends Object implements GoodsAttributeService
| Constructor and Description |
|---|
GoodsAttributeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Integer id) |
void |
deleteBatch(Integer[] ids) |
List<GoodsAttributeEntity> |
queryList(Map<String,Object> map) |
GoodsAttributeEntity |
queryObject(Integer id) |
int |
queryTotal(Map<String,Object> map) |
void |
save(GoodsAttributeEntity goodsAttribute) |
void |
update(GoodsAttributeEntity goodsAttribute) |
public GoodsAttributeEntity queryObject(Integer id)
queryObject in interface GoodsAttributeServicepublic List<GoodsAttributeEntity> queryList(Map<String,Object> map)
queryList in interface GoodsAttributeServicepublic int queryTotal(Map<String,Object> map)
queryTotal in interface GoodsAttributeServicepublic void save(GoodsAttributeEntity goodsAttribute)
save in interface GoodsAttributeServicepublic void update(GoodsAttributeEntity goodsAttribute)
update in interface GoodsAttributeServicepublic void delete(Integer id)
delete in interface GoodsAttributeServicepublic void deleteBatch(Integer[] ids)
deleteBatch in interface GoodsAttributeServiceCopyright © 2021. All rights reserved.