mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-02-19 04:43:01 +08:00
代码注释修改
This commit is contained in:
parent
3f53bcdcaa
commit
b8aa5a08a3
4 changed files with 34 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* Copyright 卫志强 QQ:598748873@qq.com Inc. All rights reserved.
|
||||
*/
|
||||
/*******************************************************************************
|
||||
* Copyright 卫志强 QQ:598748873@qq.com Inc. All rights reserved. 开源地址:https://gitee.com/doc_wei01/erp-pro
|
||||
******************************************************************************/
|
||||
|
||||
package com.skyeye.controller;
|
||||
|
||||
|
@ -17,9 +17,9 @@ import org.springframework.web.bind.annotation.ResponseBody;
|
|||
* @ClassName: AccountController
|
||||
* @Description: 账户信息管理控制类
|
||||
* @author: skyeye云系列--卫志强
|
||||
* @date: 2021/6/26 9:48
|
||||
* @date: 2021/7/2 21:36
|
||||
*
|
||||
* @Copyright: 2021 https://gitee.com/doc_wei01/skyeye Inc. All rights reserved.
|
||||
* @Copyright: 2021 https://gitee.com/doc_wei01/erp-pro Inc. All rights reserved.
|
||||
* 注意:本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
|
||||
*/
|
||||
@Controller
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* Copyright 卫志强 QQ:598748873@qq.com Inc. All rights reserved.
|
||||
*/
|
||||
/*******************************************************************************
|
||||
* Copyright 卫志强 QQ:598748873@qq.com Inc. All rights reserved. 开源地址:https://gitee.com/doc_wei01/erp-pro
|
||||
******************************************************************************/
|
||||
|
||||
package com.skyeye.controller;
|
||||
|
||||
|
@ -18,9 +18,9 @@ import com.skyeye.service.AdvanceChargeService;
|
|||
* @ClassName: AdvanceChargeController
|
||||
* @Description: 预付款信息管理控制类
|
||||
* @author: skyeye云系列--卫志强
|
||||
* @date: 2021/6/26 9:48
|
||||
* @date: 2021/7/2 21:37
|
||||
*
|
||||
* @Copyright: 2021 https://gitee.com/doc_wei01/skyeye Inc. All rights reserved.
|
||||
* @Copyright: 2021 https://gitee.com/doc_wei01/erp-pro Inc. All rights reserved.
|
||||
* 注意:本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
|
||||
*/
|
||||
@Controller
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/**
|
||||
* Copyright 卫志强 QQ:598748873@qq.com Inc. All rights reserved.
|
||||
*/
|
||||
/*******************************************************************************
|
||||
* Copyright 卫志强 QQ:598748873@qq.com Inc. All rights reserved. 开源地址:https://gitee.com/doc_wei01/erp-pro
|
||||
******************************************************************************/
|
||||
|
||||
package com.skyeye.controller;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -13,9 +14,14 @@ import com.skyeye.common.object.OutputObject;
|
|||
import com.skyeye.service.ExpenditureService;
|
||||
|
||||
/**
|
||||
* @Author 卫志强
|
||||
* @Description 支出单
|
||||
* @Date 2019/10/20 10:22
|
||||
*
|
||||
* @ClassName: ExpenditureController
|
||||
* @Description: 支出单控制类
|
||||
* @author: skyeye云系列--卫志强
|
||||
* @date: 2021/7/2 21:36
|
||||
*
|
||||
* @Copyright: 2021 https://gitee.com/doc_wei01/erp-pro Inc. All rights reserved.
|
||||
* 注意:本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
|
||||
*/
|
||||
@Controller
|
||||
public class ExpenditureController {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/**
|
||||
* Copyright 卫志强 QQ:598748873@qq.com Inc. All rights reserved.
|
||||
*/
|
||||
/*******************************************************************************
|
||||
* Copyright 卫志强 QQ:598748873@qq.com Inc. All rights reserved. 开源地址:https://gitee.com/doc_wei01/erp-pro
|
||||
******************************************************************************/
|
||||
|
||||
package com.skyeye.controller;
|
||||
|
||||
import com.skyeye.common.object.InputObject;
|
||||
|
@ -12,9 +13,14 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
|
||||
/**
|
||||
* @Author 卫志强
|
||||
* @Description 收入单
|
||||
* @Date 2019/10/20 10:22
|
||||
*
|
||||
* @ClassName: IncomeController
|
||||
* @Description: 收入单控制类
|
||||
* @author: skyeye云系列--卫志强
|
||||
* @date: 2021/7/2 21:35
|
||||
*
|
||||
* @Copyright: 2021 https://gitee.com/doc_wei01/erp-pro Inc. All rights reserved.
|
||||
* 注意:本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
|
||||
*/
|
||||
@Controller
|
||||
public class IncomeController {
|
||||
|
|
Loading…
Reference in a new issue