8a2a76a66fc8fd0836a1d0bbc03a0b4ccaabfe9b.svn-base 404 B

1234567891011121314151617
  1. package org.jeecg.modules.system.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.system.entity.SysUserAgent;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: 用户代理人设置
  8. * @Author: jeecg-boot
  9. * @Date: 2019-04-17
  10. * @Version: V1.0
  11. */
  12. public interface SysUserAgentMapper extends BaseMapper<SysUserAgent> {
  13. }