@@ -294,5 +294,8 @@ public class Order {
*/
private Long roleVipLevel;
-
+ /**
+ * 下单支付参数
+ */
+ private String payParam;
}