DeliveryFeePlanMapper.java 273 Bytes
package com.diligrp.rider.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.diligrp.rider.entity.DeliveryFeePlan;
import org.apache.ibatis.annotations.Mapper;

@Mapper
public interface DeliveryFeePlanMapper extends BaseMapper<DeliveryFeePlan> {
}