com.base4j.mvc.sys.mapper.SysAttachmentMapper Maven / Gradle / Ivy
package com.base4j.mvc.sys.mapper;
import com.base4j.mvc.sys.entity.SysAttachment;
import com.base4j.mybatis.base.mapper.BaseMapper;
import com.base4j.mybatis.config.mybatis.annotations.AutoMapper;
@AutoMapper
public interface SysAttachmentMapper extends BaseMapper {
}