clock in and comment finished waitting for test
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package com.peanut.modules.book.dao;
|
||||
|
||||
import com.github.yulichang.base.MPJBaseMapper;
|
||||
import com.peanut.modules.book.entity.BookClockEntryChatEntity;
|
||||
import com.peanut.modules.book.entity.BookClockInChatEntity;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
@Mapper
|
||||
public interface BookClockEntryChatDao extends MPJBaseMapper<BookClockEntryChatEntity> {
|
||||
public interface BookClockEntryChatDao extends MPJBaseMapper<BookClockInChatEntity> {
|
||||
}
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
package com.peanut.modules.book.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.github.yulichang.base.MPJBaseMapper;
|
||||
import com.peanut.modules.book.entity.BookClockinEntity;
|
||||
import com.peanut.modules.book.entity.BookClockInEntity;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
@Mapper
|
||||
public interface BookClockinDao extends MPJBaseMapper<BookClockinEntity> {
|
||||
public interface BookClockinDao extends MPJBaseMapper<BookClockInEntity> {
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user