瀏覽代碼

feat : 订单表中字段修改

bilingfeng 2 年之前
父節點
當前提交
02faf70e45
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      game-module/game-mybatis/src/main/java/com/zanxiang/mybatis/entity/Order.java

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