@@ -26,4 +26,7 @@ public class UserBusinessDefaultRateConfigView {
@DbField("uc.max_rate")
private Integer maxRate;
+
+ @DbField("uc.is_plat_pay")
+ private Boolean isPlatPay;
}