shiyunteng
3 天以前 96119ca3973d5ea643db6a87b6a23fe404ddb8cc
platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/OutBoundAddDTO.java
@@ -17,10 +17,19 @@
   @Schema(description = "客商ID")
   private Long busGuestId;
   @Schema(description = "合同编号")
   private String contractNo;
   @Schema(description = "出库时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd")
   private Date outBoundTime;
   @Schema(description = "单据名称")
   private String outBoundAttNames;
   @Schema(description = "单据路径")
   private String outBoundAttPaths;
   @Schema(description = "出库标的物")
   private List<OutSubjectMatterAddDTO> subjectMatterList;