UserPlatDistributeRateMapper.java 372 B

12345678910111213
  1. package com.cyksj.mapper.manage.distribute;
  2. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  3. import com.cyksj.model.entity.UserPlatDistributeRate;
  4. /*
  5. *项目名: netflix
  6. *文件名: UserPlatDistributeRateMapper
  7. *创建者: JavaZou
  8. *创建时间:2022/11/14 12:23
  9. */
  10. public interface UserPlatDistributeRateMapper extends BaseMapper<UserPlatDistributeRate> {
  11. }