@@ -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;
-}
@@ -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>