|
@@ -189,4 +189,13 @@ public class StorageBill implements Serializable {
|
|
|
@ApiModelProperty(value = "新站台or旧站台(0 新站台 1 旧站台)")
|
|
|
private Integer newOldPlatform;
|
|
|
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 确认支数时间
|
|
|
+ */
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
+ @ApiModelProperty(value = "确认支数时间")
|
|
|
+ private Date confirmNumTime;
|
|
|
+
|
|
|
}
|