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; }