属性组和商品规格的状态的修改
parent
35054bdc94
commit
cc37d9af04
|
@ -109,7 +109,7 @@ public class RuleInfoController extends BaseController {
|
|||
}
|
||||
|
||||
/**
|
||||
* 修改商品规格
|
||||
* 修改商品状态
|
||||
*/
|
||||
@RequiresPermissions("product:rule:edit")
|
||||
@Log(title = "商品规格", businessType = BusinessType.OTHER)
|
||||
|
|
|
@ -21,6 +21,5 @@ public interface RuleInfoMapper extends BaseMapper<RuleInfo> {
|
|||
void updRule(@Param("id") Long id, @Param("ruleInfoEditReq") RuleAttrInfoReq ruleInfoEditReq);
|
||||
|
||||
void deleteRule(Long id);
|
||||
|
||||
void addRuleAttrModel(@Param("id") Long id, @Param("name") String name, @Param("valueData") String substring);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue