master
parent
b257ef0706
commit
9a4b7cb8cb
|
@ -0,0 +1,11 @@
|
|||
package com.muyu.product.mapper;
|
||||
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
@Mapper
|
||||
public interface RuleInfoUpdMapper {
|
||||
void delRuleInfo(Long id);
|
||||
|
||||
void addRuleInfo(@Param("ruleId") Long ruleId , @Param("name") String name, @Param("join") String join);
|
||||
}
|
Loading…
Reference in New Issue