Authored by LUOXC

Revert "fixbug"

This reverts commit 990d2170.
package com.yohoufo.dal.order.model;
import lombok.Data;
import lombok.Value;
import java.math.BigDecimal;
@Data
@Value
public class AssetsDetailsViewIncomeAmount {
private Integer tradeStatus;
... ...