KKSU
2024-04-17 829f629756e5402bcd3e9f6ef1f9c6dbffbabb11
src/main/java/com/xcong/excoin/modules/yunding/entity/YdOrderEntity.java
@@ -1,5 +1,6 @@
package com.xcong.excoin.modules.yunding.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.xcong.excoin.common.system.base.BaseEntity;
import lombok.Data;
@@ -92,5 +93,12 @@
    private Date endTime;
    @TableField(exist = false)
    private YdProductEntity ydProductEntity;
    private Integer type;
    public static final Integer AGENT_ORDER = 2;
    public static final Integer PRODUCT_ORDER = 1;
}