liuyu
21 小时以前 6eef0b6730d940ef44e0f66dd8e7d178f1cd2d1f
1
2
3
4
5
6
7
8
9
package jnpf.tmsMapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import jnpf.tmsEntity.TmsPaperSectionEntity;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface TmsPaperSectionMapper extends BaseMapper<TmsPaperSectionEntity> {
}