@JsonSerialize 实现 金额之间转换

    /**
     * 商品单价
     */
    @NotNull(mesage = "商品单价不能为空")
    @JsonSerialize(using = MoneyFormart.class)      放在java bean属性上
    private Long productPrice;

 

posted @ 2020-11-25 16:31  这很周锐  阅读(397)  评论(0编辑  收藏  举报