瀏覽代碼

Merge branch 'err_data_export'

Joburgess 4 年之前
父節點
當前提交
e540c8cf53
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      mec-biz/src/main/java/com/ym/mec/biz/dal/page/VipGroupActivityQueryInfo.java

+ 3 - 3
mec-biz/src/main/java/com/ym/mec/biz/dal/page/VipGroupActivityQueryInfo.java

@@ -14,7 +14,7 @@ public class VipGroupActivityQueryInfo extends QueryInfo {
     private Boolean enable;
     private Boolean enable;
 
 
     @ApiModelProperty(value = "适用学生类型:-1:所有;0:老用户;1:新用户")
     @ApiModelProperty(value = "适用学生类型:-1:所有;0:老用户;1:新用户")
-    private int  applyToStudentType;
+    private Integer  applyToStudentType;
 
 
     public Boolean getEnable() {
     public Boolean getEnable() {
         return enable;
         return enable;
@@ -32,11 +32,11 @@ public class VipGroupActivityQueryInfo extends QueryInfo {
         this.organId = organId;
         this.organId = organId;
     }
     }
 
 
-    public int getApplyToStudentType() {
+    public Integer getApplyToStudentType() {
         return applyToStudentType;
         return applyToStudentType;
     }
     }
 
 
-    public void setApplyToStudentType(int applyToStudentType) {
+    public void setApplyToStudentType(Integer applyToStudentType) {
         this.applyToStudentType = applyToStudentType;
         this.applyToStudentType = applyToStudentType;
     }
     }
 }
 }