|
|
@@ -233,5 +233,10 @@ public class LawyerConsultationOrderVO implements Serializable {
|
|
|
|
|
|
@ApiModelProperty(value = "举报处理结果")
|
|
|
private String reportResult;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "支付方式 1支付宝 2微信")
|
|
|
+ @TableField("pay_type")
|
|
|
+ private String payType;
|
|
|
+
|
|
|
}
|
|
|
|