feat:任务模板方法
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.xiang.common.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.xiang.common.pojo.schedule.ScheduleOpeningConfigDO;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Mapper
|
||||
@Repository
|
||||
public interface ScheduleOpeningConfigDao extends BaseMapper<ScheduleOpeningConfigDO> {
|
||||
}
|
||||
Reference in New Issue
Block a user