增加注释

This commit is contained in:
季圣华
2018-12-25 14:38:46 +08:00
parent f475b91447
commit 8fe5987832
4 changed files with 12 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
import java.util.List;
/**
* @author ji-sheng-hua 华夏ERP
*/
@RestController
@RequestMapping(value = "/functions")
public class FunctionsController {