liding
2026-04-21 8e7a3c666533bbfa7f35ab7d7c8638a54c9f31a7
src/main/java/com/ruoyi/production/mapper/ProductionProductInputMapper.java
@@ -4,6 +4,15 @@
import com.ruoyi.production.pojo.ProductionProductInput;
import org.apache.ibatis.annotations.Mapper;
/**
 * <p>
 * 生产报工投入表 Mapper 接口
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @since 2026-04-21 03:55:52
 */
@Mapper
public interface ProductionProductInputMapper extends BaseMapper<ProductionProductInput> {
}