Commit 131ec0cdc75dc77242d67839abdb410c834f7264

Authored by liquanyu
1 parent bea2c34d11

update code

Showing 1 changed file with 11 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/YunBookbuildingAddRequest.java View file @ 131ec0c
... ... @@ -181,11 +181,22 @@
181 181 @FormParam
182 182 private String pid;
183 183  
  184 + private Integer dueStatus;
  185 +
  186 +
184 187 private String couponCode;
185 188  
186 189 private Integer couponType;
187 190  
188 191 private Boolean sendCoupon;
  192 +
  193 + public Integer getDueStatus() {
  194 + return dueStatus;
  195 + }
  196 +
  197 + public void setDueStatus(Integer dueStatus) {
  198 + this.dueStatus = dueStatus;
  199 + }
189 200  
190 201 public Boolean getSendCoupon() {
191 202 return sendCoupon;