This commit is contained in:
DirectionOfMind 2021-01-05 18:08:19 +08:00
commit aa559c2d7a

View File

@ -322,4 +322,13 @@ public class TestController {
} }
//http://localhost:8080/lz_management/test/equpinfo
@RequestMapping("/test/equpinfo")
public R equpinfo() {
return null;
}
} }