@@ -45,4 +45,8 @@ public class PromotionApply extends BasePo {
private Long flowId;
private Integer status;
+ private BigDecimal perfAmount;
+ private BigDecimal amount;
+
}