瀏覽代碼

代码优化

gaodm 6 年之前
父節點
當前提交
6e8ffa4bc6

+ 0 - 18
user-service/src/main/java/com/diagbot/entity/wrapper/UserWrapper.java

@@ -1,18 +0,0 @@
-package com.diagbot.entity.wrapper;
-
-import com.diagbot.entity.User;
-
-/**
- * Created by dell on 2018/8/8.
- */
-public class UserWrapper extends User {
-    private String status;
-
-    public String getStatus() {
-        return status;
-    }
-
-    public void setStatus(String status) {
-        this.status = status;
-    }
-}

+ 0 - 1
user-service/src/main/java/com/diagbot/web/UserAuthenticationController.java

@@ -19,7 +19,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 
 import javax.validation.Valid;
-import java.util.Map;
 
 /**
  * <p>