sgj
2026-01-15 27ab62f7d980e13e3fe5cd3ac5a979c7d5fc92b7
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> {
 
}