1 changed files with 23 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||
package com.elink.esua.epdc.dto; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @program: epdc-cloud-custom-yushan |
|||
* @description: |
|||
* @author: wangtong |
|||
* @create: 2021-10-13 16:48 |
|||
**/ |
|||
@Data |
|||
public class TripListDTO implements Serializable { |
|||
|
|||
private String id; |
|||
|
|||
private String name; |
|||
|
|||
private String comeAddressName; |
|||
|
|||
private String createdTime; |
|||
} |
Loading…
Reference in new issue