11 changed files with 1332 additions and 1241 deletions
@ -0,0 +1,38 @@ |
|||||||
|
package com.logpm.trunkline.dto; |
||||||
|
|
||||||
|
import lombok.Data; |
||||||
|
|
||||||
|
import java.util.List; |
||||||
|
|
||||||
|
@Data |
||||||
|
public class CheckWaybillListDTO { |
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* 运单ID集合 |
||||||
|
*/ |
||||||
|
private List<Long> waybillIds; |
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* 审核原因 |
||||||
|
*/ |
||||||
|
private String checkReson; |
||||||
|
|
||||||
|
/** |
||||||
|
* 审核备注 |
||||||
|
*/ |
||||||
|
private String checkRemark; |
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* 仓库ID |
||||||
|
*/ |
||||||
|
private Long warehouseId; |
||||||
|
|
||||||
|
/** |
||||||
|
* 仓库名称 |
||||||
|
*/ |
||||||
|
private String warehouseName; |
||||||
|
|
||||||
|
} |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue