啊鑫
6 天以前 1f963e2344833ff02087c05411b112147492bd00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.gs.xky.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gs.xky.entity.MesRohInData;
 
/**
 * @author 28567
 * @description 针对表【MES_ROH_IN_DATA(采购订单明细表)】的数据库操作Mapper
 * @createDate 2025-05-26 15:39:07
 * @Entity com.gs.xky.entity.MesRohInData
 */
public interface MesRohInDataMapper extends BaseMapper<MesRohInData> {
 
}