update 运营端小程序接口

This commit is contained in:
Lemon
2024-10-28 10:42:57 +08:00
parent 76662d5a67
commit a590c8843b

View File

@@ -6,6 +6,7 @@ import com.jsowell.common.response.RestApiResponse;
import com.jsowell.pile.service.OrderBasicInfoService;
import com.jsowell.pile.vo.uniapp.business.BusinessConnectorInfoVO;
import com.jsowell.pile.vo.uniapp.business.BusinessOrderBillingInfoVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -24,7 +25,7 @@ import java.util.List;
@RequestMapping("/business/pile/order")
public class BusinessOrderController extends BaseController {
@Addressing
@Autowired
private OrderBasicInfoService orderBasicInfoService;
/**