package com.xzx.gc.user.mapper; import com.xzx.gc.entity.RedPaperRule; import com.xzx.gc.util.GcMapper; import org.apache.ibatis.annotations.Param; public interface RedPaperRuleMapper extends GcMapper { RedPaperRule getOne(@Param("now") String now, @Param("ruleType") String ruleType, @Param("partnerId") String partnerId); }