啊鑫
2025-04-03 ff9fc9d9fa53a0c9aacd9d5d4a9533114ee8b790
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.MesInvItemArn;
 
/**
 * @author 28567
 * @description 针对表【MES_INV_ITEM_ARN(物料入库主表)】的数据库操作Mapper
 * @createDate 2025-02-15 17:10:09
 * @Entity com.gs.xky.entity.MesInvItemArn
 */
public interface MesInvItemArnMapper extends BaseMapper<MesInvItemArn> {
 
}