订单改改改

This commit is contained in:
2025-01-05 16:18:35 +08:00
parent 3b65094c2d
commit 294f9b6690
11 changed files with 147 additions and 135 deletions

View File

@ -21,7 +21,7 @@ import java.util.List;
public interface OrderMapper {
List<OrderRespVO> list(OrderReqQuery orderReqQuery);
OrderRespVO getById(Long id);
int add(OrderAddReq order);
int add(OrderEntity order);
// int deleteById(Long id);
int update(OrderUpdateReq order);