puhanshu
2021-10-13 f7c16d24f7cb0d2b9e03ec24bfdbb72a11def5f9
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/warehouse/ComActWarehouseDonatesVO.java
@@ -49,11 +49,11 @@
    private String message;
    @ApiModelProperty("物品登记时间/捐赠时间")
    @JsonFormat(pattern = "HH:mm:ss", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date registerAt;
    @ApiModelProperty("物品签收时间")
    @JsonFormat(pattern = "HH:mm:ss", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date signingAt;
    @ApiModelProperty("捐赠状态(1.待签收 2.已签收 3.已取消)")