Files
klp-oa/klp-wms/src/main/java/com/klp/mapper/WmsBomItemMapper.java

16 lines
350 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package com.klp.mapper;
import com.klp.domain.WmsBomItem;
import com.klp.domain.vo.WmsBomItemVo;
import com.klp.common.core.mapper.BaseMapperPlus;
/**
* BOM 明细存放属性值Mapper接口
*
* @author Joshi
* @date 2025-07-29
*/
public interface WmsBomItemMapper extends BaseMapperPlus<WmsBomItemMapper, WmsBomItem, WmsBomItemVo> {
}