@Service(value="goodsIssueService") public class GoodsIssueServiceImpl extends Object implements GoodsIssueService
| Constructor and Description |
|---|
GoodsIssueServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
delete(Integer id)
根据主键删除
|
int |
deleteBatch(Integer[] ids)
根据主键批量删除
|
List<GoodsIssueEntity> |
queryList(Map<String,Object> map)
分页查询
|
GoodsIssueEntity |
queryObject(Integer id)
根据主键查询实体
|
int |
queryTotal(Map<String,Object> map)
分页统计总数
|
int |
save(GoodsIssueEntity goodsIssue)
保存实体
|
int |
update(GoodsIssueEntity goodsIssue)
根据主键更新实体
|
public GoodsIssueEntity queryObject(Integer id)
GoodsIssueServicequeryObject in interface GoodsIssueServiceid - 主键public List<GoodsIssueEntity> queryList(Map<String,Object> map)
GoodsIssueServicequeryList in interface GoodsIssueServicemap - 参数public int queryTotal(Map<String,Object> map)
GoodsIssueServicequeryTotal in interface GoodsIssueServicemap - 参数public int save(GoodsIssueEntity goodsIssue)
GoodsIssueServicesave in interface GoodsIssueServicegoodsIssue - 实体public int update(GoodsIssueEntity goodsIssue)
GoodsIssueServiceupdate in interface GoodsIssueServicegoodsIssue - 实体public int delete(Integer id)
GoodsIssueServicedelete in interface GoodsIssueServicepublic int deleteBatch(Integer[] ids)
GoodsIssueServicedeleteBatch in interface GoodsIssueServiceCopyright © 2021. All rights reserved.