@@ -71,5 +71,14 @@ public class PtBagBo extends BaseEntity {
*/
private Long rechargeCount;
+ /**
+ * 资金来源
+ */
+ private String funding;
+
+ * 是否收管理费
+ private String commission;
}