按钮2204ASDAS

masters
Carl 2024-11-16 09:34:04 +08:00
parent c321063634
commit 0065e444a3
2 changed files with 5 additions and 5 deletions

View File

@ -42,18 +42,18 @@ public interface AttributeGroupService extends IService<AttributeGroup> {
public Boolean save(AttributeGroupSaveModel attributeGroupSaveModel);
/**
*
*
*/
void updateAttribute(Long id, AttributeGroupEditReq attributeGroupEditReq);
/**
*
*
* @param id
* @return
*/
AttributeGroupUpd getByIdUpd(Long id);
/**
* wyz
*
* @param attributeGroupStateReq
*/
void updateState(AttributeGroupStateReq attributeGroupStateReq);

View File

@ -108,7 +108,7 @@ public class RuleInfoServiceImpl extends ServiceImpl<RuleInfoMapper, RuleInfo>
}
/**
* wyz
*
* @param id
* @return
*/
@ -133,7 +133,7 @@ public class RuleInfoServiceImpl extends ServiceImpl<RuleInfoMapper, RuleInfo>
/**
* wyz
*
* @return
*/
@Override