111
This commit is contained in:
		
							
								
								
									
										8
									
								
								code/web/task_schedule/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								code/web/task_schedule/package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -28,7 +28,7 @@
 | 
				
			|||||||
                "@vue/cli-plugin-eslint": "^5.0.8",
 | 
					                "@vue/cli-plugin-eslint": "^5.0.8",
 | 
				
			||||||
                "eslint-config-recommended": "^4.1.0",
 | 
					                "eslint-config-recommended": "^4.1.0",
 | 
				
			||||||
                "eslint-config-standard-with-typescript": "^35.0.0",
 | 
					                "eslint-config-standard-with-typescript": "^35.0.0",
 | 
				
			||||||
                "eslint-plugin-vue": "^9.14.1",
 | 
					                "eslint-plugin-vue": "^9.15.0",
 | 
				
			||||||
                "node-sass": "^9.0.0",
 | 
					                "node-sass": "^9.0.0",
 | 
				
			||||||
                "sass": "^1.63.4",
 | 
					                "sass": "^1.63.4",
 | 
				
			||||||
                "style-loader": "^3.3.3",
 | 
					                "style-loader": "^3.3.3",
 | 
				
			||||||
@@ -6727,9 +6727,9 @@
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "node_modules/eslint-plugin-vue": {
 | 
					        "node_modules/eslint-plugin-vue": {
 | 
				
			||||||
            "version": "9.14.1",
 | 
					            "version": "9.15.0",
 | 
				
			||||||
            "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.14.1.tgz",
 | 
					            "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.15.0.tgz",
 | 
				
			||||||
            "integrity": "sha512-LQazDB1qkNEKejLe/b5a9VfEbtbczcOaui5lQ4Qw0tbRBbQYREyxxOV5BQgNDTqGPs9pxqiEpbMi9ywuIaF7vw==",
 | 
					            "integrity": "sha512-XYzpK6e2REli100+6iCeBA69v6Sm0D/yK2FZP+fCeNt0yH/m82qZQq+ztseyV0JsKdhFysuSEzeE1yCmSC92BA==",
 | 
				
			||||||
            "dev": true,
 | 
					            "dev": true,
 | 
				
			||||||
            "dependencies": {
 | 
					            "dependencies": {
 | 
				
			||||||
                "@eslint-community/eslint-utils": "^4.3.0",
 | 
					                "@eslint-community/eslint-utils": "^4.3.0",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -0,0 +1,26 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * @Author: Kane
 | 
				
			||||||
 | 
					 * @Date: 2023-06-19 10:01:43
 | 
				
			||||||
 | 
					 * @LastEditors: Kane
 | 
				
			||||||
 | 
					 * @FilePath: /desktop_archievement_backend/src/main/java/com/cpic/xim/web/controllers/caller/CallerController.java
 | 
				
			||||||
 | 
					 * @Description: 
 | 
				
			||||||
 | 
					 * 
 | 
				
			||||||
 | 
					 * Copyright (c) ${2022} by Kane, All Rights Reserved. 
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					package com.cpic.xim.web.controllers.caller;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.springframework.stereotype.Controller;
 | 
				
			||||||
 | 
					import org.springframework.web.bind.annotation.RequestMapping;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Controller
 | 
				
			||||||
 | 
					@RequestMapping("/caller")
 | 
				
			||||||
 | 
					public class CallerController
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    public CallerController() {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @RequestMapping("/quer_caller.do")
 | 
				
			||||||
 | 
					    public static void queryCaller()
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -0,0 +1,24 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * @Author: Kane
 | 
				
			||||||
 | 
					 * @Date: 2023-06-19 15:33:23
 | 
				
			||||||
 | 
					 * @LastEditors: Kane
 | 
				
			||||||
 | 
					 * @FilePath: /desktop_archievement_backend/src/main/java/com/cpic/xim/web/controllers/caller/QueryCallerRequest.java
 | 
				
			||||||
 | 
					 * @Description: 
 | 
				
			||||||
 | 
					 * 
 | 
				
			||||||
 | 
					 * Copyright (c) ${2022} by Kane, All Rights Reserved. 
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					package com.cpic.xim.web.controllers.caller;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import com.fasterxml.jackson.annotation.JsonProperty;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class QueryCallerRequest
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    public QueryCallerRequest() {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private String callerCode;
 | 
				
			||||||
 | 
					    private String callerName;
 | 
				
			||||||
 | 
					    private String teamCode;
 | 
				
			||||||
 | 
					    private String teamName;
 | 
				
			||||||
 | 
					    private String departmentCode;
 | 
				
			||||||
 | 
					    private String departmentName;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user