parent
e57d01de15
commit
2e2214c908
@ -0,0 +1,9 @@ |
||||
package com.example.todoapp.dto; |
||||
|
||||
import lombok.Data; |
||||
|
||||
@Data |
||||
public class DeleteToBuyRequest { |
||||
private Long user_id; |
||||
private int tobuy_id; |
||||
} |
Loading…
Reference in new issue