czt
2 天以前 5faf6530e8fa01a5afc80e508863baca87f38b0f
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.Grain;
 
/**
 * @Description
 * @Author CZT
 * @Date 2025/12/9 10:00
 */
public interface GrainMapper extends BaseMapper<Grain> {
}