platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/OutBoundAddDTO.java
@@ -30,6 +30,9 @@
   @Schema(description = "单据路径")
   private String outBoundAttPaths;
   @Schema(description = "出库方式 0 erp推送 1 手动录入")
   private String outBoundType;
   @Schema(description = "出库标的物")
   private List<OutSubjectMatterAddDTO> subjectMatterList;