@@ -73,5 +73,6 @@ public class TopRadioController extends BaseController {
List<TopRadio> list = topRadioService.list(topRadio);
return getDataTable(list);
}
+
@@ -68,5 +68,18 @@ public class Order extends BaseEntity implements Serializable {
*/
private Double money;
+ private boolean delFlag;
+ /**
+ * 身份信息
+ */
+ private String identity;
+ * 到账比例
+ private Double topRadio;
@@ -31,5 +31,9 @@ public class QrCode extends BaseEntity implements Serializable {
private String topChannelName;
+ private String qrPath;
@@ -32,5 +32,7 @@ public class TopChannel extends BaseEntity implements Serializable {
private String aliasName;
@@ -39,4 +39,6 @@ public class TopRadio extends BaseEntity implements Serializable {
private Double proportion;