shiyunteng
2026-06-03 73d34075f90af4b6d3c298b14b2f86db60e15f3d
platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/OutBoundAddDTO.java
@@ -21,6 +21,12 @@
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date outBoundTime;
   @Schema(description = "单据名称")
   private String outBoundAttNames;
   @Schema(description = "单据路径")
   private String outBoundAttPaths;
   @Schema(description = "出库标的物")
   private List<OutSubjectMatterAddDTO> subjectMatterList;