jiazx0107
2026-01-03 eaf842d3224720dca6c0267cf9f13f7b72f49a89
1
2
3
4
5
6
7
8
9
10
package com.fzzy.igds.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.fzzy.igds.domain.InoutNoticeIn;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface InoutNoticeInMapper extends BaseMapper<InoutNoticeIn> {
 
}