tjx
3 天以前 10d86aa74f50336a469385be2b2d14410438a234
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.MesInvItemBarcodes;
 
/**
 * @author 28567
 * @description 针对表【MES_INV_ITEM_BARCODES(物料条码表)】的数据库操作Mapper
 * @createDate 2025-02-15 17:10:23
 * @Entity com.gs.xky.entity.MesInvItemBarcodes
 */
public interface MesInvItemBarcodesMapper extends BaseMapper<MesInvItemBarcodes> {
 
}