futian.liu
2023-12-14 8198de5cf4f4bccf44b789b895980569307a5ceb
consum-base/src/main/java/com/consum/base/controller/LOrgSupplierController.java
@@ -4,6 +4,7 @@
import com.consum.base.service.LOrgSupplierServiceImpl;
import com.iplatform.model.po.S_user_core;
import com.walker.web.ResponseValue;
import io.swagger.annotations.Api;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -17,6 +18,7 @@
 * @Description
 * @Version 1.0
 **/
@Api(value = "供应商", tags = "供应商")
@RestController
@RequestMapping("/pc/orgSupplier")
public class LOrgSupplierController extends BaseController {