sgj
2026-01-06 96880d3b685cb56862a5b633182b97d8ec58eeb0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.fzzy.igds.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.fzzy.igds.domain.InoutLossOver;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @Description
 * @Author CZT
 * @Date 2025/12/19 09:05
 */
@Mapper
public interface InoutLossOverMapper extends BaseMapper<InoutLossOver> {
}