gongchunyi
14 小时以前 578ea7a56b5fd6019cd96549f1176ce2574fc13a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.production.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.production.pojo.ProductMaterialConfig;
 
/**
 * <br>
 * 物料信息表配置Mapper
 * </br>
 *
 * @author deslrey
 * @version 1.0
 * @since 2026/03/11 16:58
 */
public interface ProductMaterialConfigMapper extends BaseMapper<ProductMaterialConfig> {
}