按钮2204ASDAS
parent
c321063634
commit
0065e444a3
|
@ -42,18 +42,18 @@ public interface AttributeGroupService extends IService<AttributeGroup> {
|
||||||
public Boolean save(AttributeGroupSaveModel attributeGroupSaveModel);
|
public Boolean save(AttributeGroupSaveModel attributeGroupSaveModel);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 吴彦祖 的 修改 属性
|
* 修改 属性
|
||||||
*/
|
*/
|
||||||
void updateAttribute(Long id, AttributeGroupEditReq attributeGroupEditReq);
|
void updateAttribute(Long id, AttributeGroupEditReq attributeGroupEditReq);
|
||||||
/**
|
/**
|
||||||
* 吴彦祖 的 回显属性组
|
* 回显属性组
|
||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
AttributeGroupUpd getByIdUpd(Long id);
|
AttributeGroupUpd getByIdUpd(Long id);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 修改 属性 状态 (wyz)
|
* 修改 属性 状态
|
||||||
* @param attributeGroupStateReq
|
* @param attributeGroupStateReq
|
||||||
*/
|
*/
|
||||||
void updateState(AttributeGroupStateReq attributeGroupStateReq);
|
void updateState(AttributeGroupStateReq attributeGroupStateReq);
|
||||||
|
|
|
@ -108,7 +108,7 @@ public class RuleInfoServiceImpl extends ServiceImpl<RuleInfoMapper, RuleInfo>
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 商品规格 回显(wyz)
|
* 商品规格 回显
|
||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@ -133,7 +133,7 @@ public class RuleInfoServiceImpl extends ServiceImpl<RuleInfoMapper, RuleInfo>
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 商品规格 修改(wyz)
|
* 商品规格 修改
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue