Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
f6aa5d4cfc | 8 months ago |
@ -0,0 +1,9 @@
|
||||
package com.zsz.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.zsz.pojo.Admin;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface AdminMapper extends BaseMapper<Admin> {
|
||||
}
|
||||
Loading…
Reference in new issue