Skip to content

Commit

Permalink
OrderDto 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongSeonggil committed Jun 4, 2022
1 parent 11ffeb2 commit 95c7863
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public class OrderDto {

private String orderId;
private int itemSeq;
private int userSeq;
private int sellerSeq;
private String userId;
private String sellerId;

private String orderDate;
}

0 comments on commit 95c7863

Please sign in to comment.