其他出入库修改

This commit is contained in:
weizhiqiang 2021-07-18 16:46:03 +08:00
parent b8aa5a08a3
commit 14c366a759
3 changed files with 30 additions and 8 deletions

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,9 +14,14 @@ import com.skyeye.common.object.OutputObject;
import com.skyeye.service.OtherOutLetsService;
/**
* 其他出库
* @author Lenovo
*
* @ClassName: OtherOutLetsController
* @Description: 其他出库控制类
* @author: skyeye云系列--卫志强
* @date: 2021/7/18 16:44
*
* @Copyright: 2021 https://gitee.com/doc_wei01/erp-pro Inc. All rights reserved.
* 注意本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
*/
@Controller
public class OtherOutLetsController {

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,9 +14,14 @@ import com.skyeye.common.object.OutputObject;
import com.skyeye.service.OtherWareHousService;
/**
* 其他入库
* @author Lenovo
*
* @ClassName: OtherWareHousController
* @Description: 其他入库控制类
* @author: skyeye云系列--卫志强
* @date: 2021/7/18 16:44
*
* @Copyright: 2021 https://gitee.com/doc_wei01/erp-pro Inc. All rights reserved.
* 注意本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
*/
@Controller
public class OtherWareHousController {

View file

@ -1,6 +1,7 @@
/**
* Copyright 卫志强 QQ598748873@qq.com Inc. All rights reserved.
*/
/*******************************************************************************
* Copyright 卫志强 QQ598748873@qq.com Inc. All rights reserved. 开源地址https://gitee.com/doc_wei01/erp-pro
******************************************************************************/
package com.erp.service.aop;
import java.util.List;
@ -26,7 +27,16 @@ import com.skyeye.jedis.JedisClientService;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
/**
*
* @ClassName: AOPOutputObjectput
* @Description: 系统切面
* @author: skyeye云系列--卫志强
* @date: 2021/7/18 16:45
*
* @Copyright: 2021 https://gitee.com/doc_wei01/erp-pro Inc. All rights reserved.
* 注意本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
*/
@Aspect
@Component
public class AOPOutputObjectput {