Helius
2021-05-14 e16ab23cc4b872436edf3743f7e9e5639c45d770
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;
}