New way of categories transfer
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package _11.asktpk.artisanconnectbackend.dto;
|
||||
|
||||
//[
|
||||
// { "label": "Meble", "value": "Furniture" },
|
||||
// { "label": "Biżuteria", "value": "Jewelry" },
|
||||
// { "label": "Ceramika", "value": "Ceramics" }
|
||||
//]
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@Getter @Setter
|
||||
public class CategoriesDTO {
|
||||
String label;
|
||||
String value;
|
||||
}
|
||||
Reference in New Issue
Block a user