This commit is contained in:
13
src/main/java/com/example/nto/dto/PlaceInfo.java
Normal file
13
src/main/java/com/example/nto/dto/PlaceInfo.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package com.example.nto.dto;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class PlaceInfo {
|
||||
private long id;
|
||||
private String place;
|
||||
}
|
||||
Reference in New Issue
Block a user