Commit ab6e74ad by ping.wu

买券订单创建

parent fe8f603c
...@@ -39,9 +39,8 @@ public class SellCouponCreateOrderVo { ...@@ -39,9 +39,8 @@ public class SellCouponCreateOrderVo {
*/ */
private String cardCode; private String cardCode;
@Builder.Default
@NotEmpty(message = "menuType 不能为空") @NotEmpty(message = "menuType 不能为空")
private String menuType = "saas"; private String menuType;
/** /**
* form_id 用于金额是0的情况,支付宝模板消息需要传 * form_id 用于金额是0的情况,支付宝模板消息需要传
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment