Commit de5b866ed6a31fc52bd5185f9044e005af974e7c

Authored by liquanyu
1 parent a275c80ed5

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/PostReviewRequest.java View file @ de5b866
... ... @@ -337,7 +337,7 @@
337 337 return weight;
338 338 }
339 339  
340   - public void setWeight(double weight) {
  340 + public void setWeight(Double weight) {
341 341 this.weight = weight;
342 342 }
343 343