Helius
2021-05-14 6d0ddcd0ebfa8e17ecd0403f055e89b82c68cf41
src/main/java/com/xcong/excoin/modules/yunding/entity/YdOrderEntity.java
@@ -96,4 +96,9 @@
    @TableField(exist = false)
    private YdProductEntity ydProductEntity;
    private Integer type;
    public static final Integer AGENT_ORDER = 2;
    public static final Integer PRODUCT_ORDER = 1;
}