| | |
| | | import org.springblade.core.tenant.annotation.NonDS; |
| | | import org.springblade.core.tool.api.R; |
| | | import org.springblade.mdm.program.service.MdmProgramImportService; |
| | | import org.springblade.mdm.program.service.NcProgramExchangeService; |
| | | import org.springblade.mdm.program.vo.DncSendBackData; |
| | | import org.springblade.mdm.program.vo.MdmProgramImportVO; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | |
| | | @Slf4j |
| | | public class MdmProgramImportController { |
| | | |
| | | //private final DncSendBackService dncSendBackService; |
| | | private final MdmProgramImportService mdmProgramImportService; |
| | | /** |
| | | * 上传DNC回传文件 |