Commit 5e0d6d4b by 袁伟铭

1.0.0

parent ef6d3a92
...@@ -12,6 +12,10 @@ import io.swagger.annotations.ApiOperation; ...@@ -12,6 +12,10 @@ import io.swagger.annotations.ApiOperation;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
/**
* @author wilmiam
* @since 2021-07-09 10:38
*/
@Api(tags = "用户相关接口") @Api(tags = "用户相关接口")
@RequiredArgsConstructor @RequiredArgsConstructor
@RestController @RestController
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment