| | |
| | | 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 jakarta.annotation.Resource; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | /** |
| | | * @ClassName LOrgSupplierController |
| | |
| | | * @Description |
| | | * @Version 1.0 |
| | | **/ |
| | | @Api(value = "供应商", tags = "供应商") |
| | | // @Api(value = "供应商", tags = "供应商") |
| | | @RestController |
| | | @RequestMapping("/pc/orgSupplier") |
| | | public class LOrgSupplierController extends BaseController { |