|
|
@@ -9,6 +9,8 @@ import com.xunmei.core.resumption.vo.appRuleItem.AppRuleItemPageVo;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
/**
|
|
|
* <p>
|
|
|
* Mapper 接口
|
|
|
@@ -33,4 +35,6 @@ public interface AppRuleItemMapper extends BaseMapper<AppRuleItem> {
|
|
|
// Integer checkItemNumRepeat(@Param("id") Long id, @Param("ruleId") Long ruleId, @Param("itemNum") Integer itemNum);
|
|
|
|
|
|
Integer checkItemNameRepeat(@Param("id") Long id, @Param("ruleId") Long ruleId, @Param("itemName") String itemName);
|
|
|
+
|
|
|
+ List<AppRuleItem> getByRuleId(@Param("ruleId") Long ruleId);
|
|
|
}
|