sgj
10 天以前 a0f4d01559785001e7b16b21025cc6a42e65d167
1
2
3
4
5
6
7
8
9
10
11
12
package com.fzzy.igds.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.fzzy.igds.domain.InoutRecord;
 
/**
 * @Description
 * @Author CZT
 * @Date 2025/12/2 10:36
 */
public interface InoutRecordMapper extends BaseMapper<InoutRecord> {
}