6 changed files with 81 additions and 5 deletions
@ -0,0 +1,22 @@ |
|||
package com.epmet.dto.form; |
|||
|
|||
import com.epmet.commons.tools.dto.form.PageFormDTO; |
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author zxc |
|||
* @DateTime 2022/11/1 15:39 |
|||
*/ |
|||
@Data |
|||
public class EmphasisTripListFormDTO extends PageFormDTO implements Serializable { |
|||
private static final long serialVersionUID = 5850717233738956442L; |
|||
|
|||
private String code; |
|||
|
|||
private String dangerLevel; |
|||
|
|||
private String staffId; |
|||
private String customerId; |
|||
} |
@ -0,0 +1,16 @@ |
|||
package com.epmet.dto.result; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author zxc |
|||
* @DateTime 2022/11/1 15:38 |
|||
*/ |
|||
@Data |
|||
public class EmphasisTripListResultDTO implements Serializable { |
|||
private static final long serialVersionUID = -1646171374911115465L; |
|||
|
|||
|
|||
} |
Loading…
Reference in new issue