1
2 天以前 5ef6c105aca5bd7c0c63ce3240fbe82c2e07e8f7
rsf-server/src/main/java/com/vincent/rsf/server/api/controller/pda/InBoundController.java
@@ -16,7 +16,7 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
import jakarta.annotation.Resource;
@Api(tags = "PDA入库操作接口")
@RequestMapping("/pda")
@@ -71,3 +71,4 @@
    }
}