YYC
2023-06-30 8bba7f03df59c7689dbb64a952a63944a1f43ade
igds-core/src/main/java/com/ld/igds/inout/dto/InoutData.java
@@ -42,12 +42,6 @@
   private Date emptyWeightTime;
   @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
   private Date handleStart;
   @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
   private Date handleEnd;
   @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
   private Date completeTime;
   
   private List<FileData> files;//提交的相关附件信息,例如照片。