提交 9df27d96 编写于 作者: M megagao

修改了代码格式

上级 dfa59589
......@@ -20,6 +20,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping("/custom")
public class CustomController {
@Autowired
private CustomService customService;
......
......@@ -20,6 +20,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping("/department")
public class DepartmentController {
@Autowired
private DepartmentService departmentService;
......
......@@ -20,6 +20,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping("/deviceFault")
public class DeviceFaultController {
@Autowired
private DeviceFaultService deviceFaultService;
......
......@@ -20,6 +20,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping("/deviceType")
public class DeviceTypeController {
@Autowired
private DeviceTypeService deviceTypeService;
......
......@@ -18,6 +18,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class FirstController {
@Autowired
private SysService sysService;
......
......@@ -31,6 +31,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
*/
@Controller
public class LoginController {
@Autowired
private SysService sysService;
......
......@@ -21,6 +21,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping("/order")
public class OrderController {
@Autowired
private OrderService orderService;
......
......@@ -16,6 +16,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping("/permission")
public class PermissionController {
@Autowired
private PermissionService permissionService;
......
......@@ -20,6 +20,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping("/product")
public class ProductController {
@Autowired
private ProductService productService;
......
......@@ -20,6 +20,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping("/task")
public class TaskController {
@Autowired
private TaskService taskService;
......
......@@ -20,6 +20,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping("/technology")
public class TechnologyController {
@Autowired
private TechnologyService technologyService;
......
......@@ -22,6 +22,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping("/technologyRequirement")
public class TechnologyRequirementController {
@Autowired
private TechnologyRequirementService technologyRequirementService;
......
......@@ -17,6 +17,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping("/unqualify")
public class UnqualifyApplyController {
@Autowired
private UnqualifyService unqualifyService;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册