Browse Source

feat : 订单表中字段修改

bilingfeng 2 years ago
parent
commit
02faf70e45

+ 5 - 5
game-module/game-mybatis/src/main/java/com/zanxiang/mybatis/entity/Order.java

@@ -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;
-
     /**
      * 结束时间
      */