Package | Description |
---|---|
com.platform.controller | |
com.platform.dao | |
com.platform.entity | |
com.platform.service | |
com.platform.service.impl |
Modifier and Type | Method and Description |
---|---|
R |
GoodsAttributeController.save(GoodsAttributeEntity goodsAttribute)
保存
|
R |
GoodsAttributeController.update(GoodsAttributeEntity goodsAttribute)
修改
|
Modifier and Type | Method and Description |
---|---|
int |
GoodsAttributeDao.updateByGoodsIdAttributeId(GoodsAttributeEntity goodsAttributeEntity) |
Modifier and Type | Method and Description |
---|---|
List<GoodsAttributeEntity> |
GoodsEntity.getAttributeEntityList() |
Modifier and Type | Method and Description |
---|---|
void |
GoodsEntity.setAttributeEntityList(List<GoodsAttributeEntity> attributeEntityList) |
Modifier and Type | Method and Description |
---|---|
GoodsAttributeEntity |
GoodsAttributeService.queryObject(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<GoodsAttributeEntity> |
GoodsAttributeService.queryList(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
void |
GoodsAttributeService.save(GoodsAttributeEntity goodsAttribute) |
void |
GoodsAttributeService.update(GoodsAttributeEntity goodsAttribute) |
Modifier and Type | Method and Description |
---|---|
GoodsAttributeEntity |
GoodsAttributeServiceImpl.queryObject(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<GoodsAttributeEntity> |
GoodsAttributeServiceImpl.queryList(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
void |
GoodsAttributeServiceImpl.save(GoodsAttributeEntity goodsAttribute) |
void |
GoodsAttributeServiceImpl.update(GoodsAttributeEntity goodsAttribute) |
Copyright © 2021. All rights reserved.