O新增订单增加字段
This commit is contained in:
+6
@@ -845,6 +845,12 @@ public class BusinessDocumentOrderDTO extends BaseVOEntity{
|
||||
@ApiModelProperty(value = "原产国")
|
||||
private String originCountry;
|
||||
|
||||
@ApiModelProperty(value = "境内货源地")
|
||||
private String domesticSourcePlace;
|
||||
|
||||
@ApiModelProperty(value = "最终目的国(地区)")
|
||||
private String destinationCountry;
|
||||
|
||||
@ApiModelProperty(value = "物料明细列表")
|
||||
private List<OrderWithMaterialDTO> orderWithMaterialDTOList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user