Browse Source

同步主分支更改

dev_ycq
21819 2 years ago
parent
commit
d5046e3c40
  1. 10
      mailbox-common/src/main/java/com/biutag/mapper/system/PostMapper.java

10
mailbox-common/src/main/java/com/biutag/mapper/system/PostMapper.java

@ -1,20 +1,10 @@
package com.biutag.mapper.system;
import com.biutag.core.basics.IBaseMapper;
<<<<<<<< HEAD:mailbox-common/src/main/java/com/biutag/mapper/system/DeptMapper.java
import com.biutag.entity.system.Dept;
========
import com.biutag.entity.system.Post;
>>>>>>>> master:mailbox-common/src/main/java/com/biutag/mapper/system/PostMapper.java
import org.apache.ibatis.annotations.Mapper;
/**
* 系统岗位Mapper
*/
@Mapper
<<<<<<<< HEAD:mailbox-common/src/main/java/com/biutag/mapper/system/DeptMapper.java
public interface DeptMapper extends IBaseMapper<Dept> {
========
public interface PostMapper extends IBaseMapper<Post> {
>>>>>>>> master:mailbox-common/src/main/java/com/biutag/mapper/system/PostMapper.java
}
Loading…
Cancel
Save