- package com.usky.fire.mapper;
- import com.usky.fire.domain.DemFileLabel;
- import com.usky.common.mybatis.core.CrudMapper;
- /**
- * <p>
- * Mapper 接口
- * </p>
- *
- * @author JCB
- * @since 2022-09-14
- */
- public interface DemFileLabelMapper extends CrudMapper<DemFileLabel> {
- }
|