| | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springblade.core.tenant.annotation.NonDS; |
| | | import org.springblade.core.tool.api.R; |
| | | import org.springblade.mdm.program.service.NcProgramExchangeService; |
| | | import org.springblade.mdm.program.vo.DncSendBackData; |
| | | import org.springblade.system.feign.ISysClient; |
| | | import org.springblade.system.feign.IUserClient; |
| | | import org.springframework.web.bind.annotation.*; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 流程管理接口 |
| | |
| | | @RestController |
| | | @RequestMapping("/system/param/") |
| | | @AllArgsConstructor |
| | | @Tag(name = "DNC导入", description = "DNC导入接口") |
| | | @Tag(name = "MDM系统参数", description = "MDM系统参数") |
| | | @Slf4j |
| | | public class MdmParamController { |
| | | private final ISysClient sysClient; |