Commit 6ee8df4e9c393f9dc8811ac52992ff9484e4cf20

Authored by liquanyu
1 parent 478f550d88
Exists in master and in 1 other branch dev

update code

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 @ 6ee8df4
... ... @@ -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