czt
2025-12-02 3d505d4692d603b6a0cc3a526f9d5dfa5395a79f
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.InoutNoticeOut;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface InoutNoticeOutMapper extends BaseMapper<InoutNoticeOut> {
 
}