Skip to content
  • This project
    • Loading...
  • Sign in

荆蔚杰 / java.archive

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • java.archive
  • ..
  • SysCode
  • SysCodeMapper.java
  • 夏齐's avatar
    新增档案修改查询数据接口 · 741567f2
    741567f2 Browse Directory
    夏齐 committed 2021-11-15 14:55:33 +0800
SysCodeMapper.java 224 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.pashanhoo.common.util.SysCode;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;

@Mapper
public interface SysCodeMapper extends BaseMapper<SysCodeDO> {





}