- package com.malk.tuosi.mapper;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- import com.malk.tuosi.entity.DesigndeparttMonthConfirm;
- import org.apache.ibatis.annotations.Mapper;
- @Mapper
- public interface DesigndeparttMonthConfirmMapper extends BaseMapper<DesigndeparttMonthConfirm> {
- }
|