xiaoyong931011
2021-05-10 5ee80b98b9b1b2e44aa4d9600ef68f6bc1629927
src/main/java/com/xcong/excoin/modules/yunding/entity/YdOrderEntity.java
@@ -16,6 +16,12 @@
    private static final long serialVersionUID = 1L;
    /**
     * 会员ID
     */
    private Long memberId;
    /**
     * 产品ID
     */
@@ -26,6 +32,19 @@
     */
    private Integer quantity;
    /**
     * 返利状态 1:待返利 2:已返利
     */
    private Integer returnState;
    public static final int RETURN_STATE_READY = 1;
    public static final int RETURN_STATE_DONE = 2;
    /**
     * 返利类型 1:USDT 2:XCH
     */
    private Integer returnType;
    /**
     * 总金额
@@ -50,6 +69,15 @@
     */
    private Integer state;
    public static final int ORDER_STATE_READY = 1;
    public static final int ORDER_STATE_WORK = 2;
    public static final int ORDER_STATE_END = 3;
    /**
     * 购买日期
     */
    private Date buyTime;
    /**
     * 生效日期