Browse Source

新版本套餐第9次提交

小么熊🐻 2 years ago
parent
commit
9d992b244d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jsjp-service/src/main/java/com/miaxis/wx/dto/WxOrderDTO.java

+ 1 - 1
jsjp-service/src/main/java/com/miaxis/wx/dto/WxOrderDTO.java

@@ -14,6 +14,6 @@ public class WxOrderDTO {
     @ApiModelProperty(value = "用户id",required = true)
     @ApiModelProperty(value = "用户id",required = true)
     private Long userId;
     private Long userId;
 
 
-    @ApiModelProperty(value = "手机类型 1苹果 2安卓",required = true)
+    @ApiModelProperty(value = "手机类型 1苹果 2安卓")
     private Integer phoneType;  // 1苹果 2安卓
     private Integer phoneType;  // 1苹果 2安卓
 }
 }