package com.eksad.masterdata.repository;

import com.eksad.masterdata.domain.PartManageInboundParamJSON;
import jakarta.transaction.Transactional;
import org.springframework.stereotype.Repository;

@Repository
@Transactional
public interface PartManageInboundRepository extends GenericRepository<PartManageInboundParamJSON> {
}