Parcourir la source

添加用户id

bmmx il y a 1 an
Parent
commit
479d9f7544

+ 1 - 0
src/main/java/com/om/controller/admin/RepairController.java

@@ -17,4 +17,5 @@ import org.springframework.web.bind.annotation.RestController;
 @RequestMapping("/web/diagnosis/report")
 public class RepairController {
 
+
 }

+ 3 - 0
src/main/java/com/om/entity/po/Repair.java

@@ -56,5 +56,8 @@ public class Repair implements Serializable {
     @ApiModelProperty(value = "创建时间")
     private LocalDateTime createTime;
 
+    @ApiModelProperty(value = "用户id")
+    private Integer userId;
+
 
 }