DistributeGeneralSkuRateMapper.java 382 B

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