wzy
2021-05-15 fb3198ead1cd9c55434a76e614687e8ff4310856
src/main/java/com/xcong/excoin/modules/yunding/vo/YdProductVo.java
@@ -125,4 +125,7 @@
    @ApiModelProperty("终止日期")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date endTime;
    @ApiModelProperty("状态 1-在售 2-售罄 3-未开售")
    private Integer status;
}