O新增订单增加字段

This commit is contained in:
秦鸿展
2026-07-03 11:01:18 +08:00
parent 08762490dd
commit 2907a55c96
6 changed files with 34 additions and 4 deletions
@@ -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;