- package com.fdkankan.download.mapper;
- import com.fdkankan.download.entity.ScenePlusExt;
- import com.mybatisflex.core.BaseMapper;
- /**
- * 映射层。
- *
- * @author dsx
- * @since 2023-12-11
- */
- public interface ScenePlusExtMapper extends BaseMapper<ScenePlusExt> {
- }
|