mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-02-21 22:13:31 +08:00
注释测试
This commit is contained in:
parent
659382a365
commit
446bffcf75
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Copyright 卫志强 QQ:598748873@qq.com Inc. All rights reserved.
|
* Copyright 卫志强 QQ:598748873@qq.com Inc. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.skyeye.controller;
|
package com.skyeye.controller;
|
||||||
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
@ -13,8 +14,14 @@ import com.skyeye.common.object.OutputObject;
|
||||||
import com.skyeye.service.CommonService;
|
import com.skyeye.service.CommonService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @auther 卫志强 QQ:598748873@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
|
@Controller
|
||||||
public class CommonController {
|
public class CommonController {
|
||||||
|
|
Loading…
Reference in a new issue