3 changed files with 25 additions and 4 deletions
@ -0,0 +1,19 @@
|
||||
package com.logpm.trunkline.dto; |
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
|
||||
@Data |
||||
public class AddWaybillTrackDTO implements Serializable { |
||||
|
||||
private Long waybillId; |
||||
private String waybillNo; |
||||
private String trackType; |
||||
private String refer; |
||||
private String operationRemark; |
||||
private String nickName; |
||||
private Long userId; |
||||
private Long warehouseId; |
||||
private String warehouseName; |
||||
} |
Loading…
Reference in new issue