ScenePlusExtMapper.java 268 B

1234567891011121314
  1. package com.fdkankan.download.mapper;
  2. import com.fdkankan.download.entity.ScenePlusExt;
  3. import com.mybatisflex.core.BaseMapper;
  4. /**
  5. * 映射层。
  6. *
  7. * @author dsx
  8. * @since 2023-12-11
  9. */
  10. public interface ScenePlusExtMapper extends BaseMapper<ScenePlusExt> {
  11. }