@Service(value="goodsSpecificationService") public class GoodsSpecificationServiceImpl extends Object implements GoodsSpecificationService
| Constructor and Description |
|---|
GoodsSpecificationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
delete(Integer id)
根据主键删除
|
int |
deleteBatch(Integer[] ids)
根据主键批量删除
|
List<GoodsSpecificationEntity> |
queryList(Map<String,Object> map)
分页查询
|
GoodsSpecificationEntity |
queryObject(Integer id)
根据主键查询实体
|
int |
queryTotal(Map<String,Object> map)
分页统计总数
|
int |
save(GoodsSpecificationEntity goodsSpecification)
保存实体
|
int |
update(GoodsSpecificationEntity goodsSpecification)
根据主键更新实体
|
public GoodsSpecificationEntity queryObject(Integer id)
GoodsSpecificationServicequeryObject in interface GoodsSpecificationServiceid - 主键public List<GoodsSpecificationEntity> queryList(Map<String,Object> map)
GoodsSpecificationServicequeryList in interface GoodsSpecificationServicemap - 参数public int queryTotal(Map<String,Object> map)
GoodsSpecificationServicequeryTotal in interface GoodsSpecificationServicemap - 参数public int save(GoodsSpecificationEntity goodsSpecification)
GoodsSpecificationServicesave in interface GoodsSpecificationServicegoodsSpecification - 实体public int update(GoodsSpecificationEntity goodsSpecification)
GoodsSpecificationServiceupdate in interface GoodsSpecificationServicegoodsSpecification - 实体public int delete(Integer id)
GoodsSpecificationServicedelete in interface GoodsSpecificationServicepublic int deleteBatch(Integer[] ids)
GoodsSpecificationServicedeleteBatch in interface GoodsSpecificationServiceCopyright © 2021. All rights reserved.