You've already forked FrameTour-BE
bug
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.ycwl.basic.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.ycwl.basic.model.pc.source.entity.SourceTaskEntity;
|
||||
|
||||
public interface SourceTaskMapper extends BaseMapper<SourceTaskEntity> {
|
||||
}
|
Reference in New Issue
Block a user