admin
2022-01-12 c9fdff7d45ae118eac10397d8f34661e9f2e968a
service-vip/src/main/java/com/ks/vip/mapper/VipGradePotenceMapper.java
@@ -5,6 +5,7 @@
import com.ks.vip.query.VipGradePotenceQuery;
import org.apache.ibatis.annotations.Param;
import java.util.Date;
import java.util.List;
public interface VipGradePotenceMapper extends BaseMapper<VipGradePotence> {
@@ -14,5 +15,5 @@
    long count(@Param("query")VipGradePotenceQuery query);
    VipGradePotence getByGradeId(@Param("gradeId")Long gradeId);
    VipGradePotence getByGradeId(@Param("gradeId")Long gradeId, @Param("queryTime")Date queryTime);
}