| | |
| | | import com.vincent.rsf.openApi.entity.params.ErpMatnrParms; |
| | | import com.vincent.rsf.openApi.entity.params.ErpOpParams; |
| | | import com.vincent.rsf.openApi.service.WmsErpService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | |
| | | |
| | | @RestController |
| | | @RequestMapping("/erp") |
| | | @Api("ERP接口对接") |
| | | public class WmsErpController { |
| | | |
| | | @Autowired |
| | |
| | | } |
| | | return wmsErpService.syncMatnrs(parms); |
| | | } |
| | | |
| | | |
| | | } |