@@ -28,6 +28,11 @@ public class Order {
@TableId(value = "id", type = IdType.ASSIGN_ID)
private String id;
+ /**
+ * 充值渠道id
+ */
+ private Long agentId;
+
/**
* cpId
*/
@@ -198,11 +203,6 @@ public class Order {
private String remark;
- /**
- * 渠道
- */
- private String channel;
-
* 结束时间