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