Revert "fixbug"
This reverts commit 990d2170.
Showing
1 changed file
with
2 additions
and
2 deletions
1 | package com.yohoufo.dal.order.model; | 1 | package com.yohoufo.dal.order.model; |
2 | 2 | ||
3 | -import lombok.Data; | 3 | +import lombok.Value; |
4 | 4 | ||
5 | import java.math.BigDecimal; | 5 | import java.math.BigDecimal; |
6 | 6 | ||
7 | -@Data | 7 | +@Value |
8 | public class AssetsDetailsViewIncomeAmount { | 8 | public class AssetsDetailsViewIncomeAmount { |
9 | 9 | ||
10 | private Integer tradeStatus; | 10 | private Integer tradeStatus; |
-
Please register or login to post a comment