md
This commit is contained in:
parent
d623e46654
commit
ef3a67bba8
@ -1,7 +1,6 @@
|
|||||||
package com.xdadan.erp.oms.domain.vo;
|
package com.xdadan.erp.oms.domain.vo;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||||
import com.xdadan.erp.oms.domain.*;
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
@ -24,7 +23,7 @@ public class WaybillOrder implements Serializable {
|
|||||||
// 收费项
|
// 收费项
|
||||||
private List<FeeItem> feeItems;
|
private List<FeeItem> feeItems;
|
||||||
|
|
||||||
// 货物清单
|
// 货物清单"
|
||||||
private List<Cargo> cargoList;
|
private List<Cargo> cargoList;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user