init wishlist files
This commit is contained in:
@@ -28,6 +28,8 @@ public class NoticeDTO {
|
||||
|
||||
private List<AttributesNotice> attributesNotices;
|
||||
|
||||
private boolean isWishlisted;
|
||||
|
||||
public NoticeDTO() {
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
package _11.asktpk.artisanconnectbackend.dto;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class WishlistDTO {
|
||||
private Long id;
|
||||
private Long clientId;
|
||||
private Long noticeId;
|
||||
}
|
||||
Reference in New Issue
Block a user