|
|
@@ -3,9 +3,9 @@ package com.ydtech.modules.fnc.dto;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
-import org.apache.poi.hpsf.Decimal;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
+import java.math.BigDecimal;
|
|
|
|
|
|
/**
|
|
|
* @version
|
|
|
@@ -21,5 +21,5 @@ public class PlatformSettlementRecordDto implements Serializable {
|
|
|
private String settlementTime;
|
|
|
|
|
|
@ApiModelProperty(value = "进账金额")
|
|
|
- private Decimal settlementAmount;
|
|
|
+ private BigDecimal settlementAmount;
|
|
|
}
|