Helius
2021-06-15 1410c2c53a44f66a3dd06b5fc3d9e8152a1d4bf1
src/main/java/com/xcong/excoin/modules/member/entity/AgentReturnEntity.java
@@ -29,6 +29,16 @@
     */
    public static final int ORDER_TYPE_HOLD = 3;
    /**
     * 是否已返佣 0-否
     */
    public static final int IS_RETURN_N = 0;
    /**
     * 是否已返佣 1-是
     */
    public static final int IS_RETURN_Y = 1;
    private Long memberId;
    private Long orderId;