注释测试

This commit is contained in:
weizhiqiang 2021-06-10 20:33:24 +08:00
parent 659382a365
commit 446bffcf75

View file

@ -1,6 +1,7 @@
/**
* Copyright 卫志强 QQ598748873@qq.com Inc. All rights reserved.
*/
package com.skyeye.controller;
import org.springframework.beans.factory.annotation.Autowired;
@ -13,8 +14,14 @@ import com.skyeye.common.object.OutputObject;
import com.skyeye.service.CommonService;
/**
* @auther 卫志强 QQ598748873@qq.com微信wzq_598748873
* @desc 禁止商用
*
* @ClassName: CommonController
* @Description: 公共模块控制类
* @author: skyeye云系列--卫志强
* @date: 2021/6/10 20:32
*
* @Copyright: 2021 https://gitee.com/doc_wei01/skyeye Inc. All rights reserved.
* 注意本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
*/
@Controller
public class CommonController {