platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/OutBoundAddDTO.java
@@ -17,8 +17,11 @@
   @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 = "单据名称")