Commit ebd96f24 by 胡敬轩

字段注释

parent 737012dc
...@@ -28,11 +28,11 @@ public class CouponAvailableRequestVo { ...@@ -28,11 +28,11 @@ public class CouponAvailableRequestVo {
@NotNull(message = "用户sessionId不可为空") @NotNull(message = "用户sessionId不可为空")
private String sessionId; private String sessionId;
@ApiModelProperty(value = "menuType",notes = "业务类型: 0 : 自提 1:外卖 2:微商城",required = true) @ApiModelProperty(value = "menuType",notes = "菜单类型 saas(开个店自提)、saasdelivery(开个店外卖)",required = true)
@NotNull(message ="业务类型不可为空") @NotNull(message ="菜单类型不可为空")
private String menuType ; private String menuType ;
@ApiModelProperty(value = "订单类型") @ApiModelProperty(value = "订单类型 1到店自取 2外卖")
@NotNull(message = "订单类型不可为空") @NotNull(message = "订单类型不可为空")
private Integer orderType; private Integer orderType;
......
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