WangHan
2024-12-19 5524cfff956b81fcd1ebeb40ac57924a38be42d8
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;
@@ -12,11 +13,12 @@
/**
 * @ClassName LOrgSupplierController
 * @Author cy
 * @Date 2023/11/2
 * @Description
 * @Version 1.0
 **/
@Api(value = "供应商", tags = "供应商")
@RestController
@RequestMapping("/pc/orgSupplier")
public class LOrgSupplierController extends BaseController {