mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-02-19 04:43:01 +08:00
其他出入库修改
This commit is contained in:
parent
b8aa5a08a3
commit
14c366a759
3 changed files with 30 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
/**
|
||||
* Copyright 卫志强 QQ:598748873@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 {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/**
|
||||
* Copyright 卫志强 QQ:598748873@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 {
|
||||
|
|
|
@ -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.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 {
|
||||
|
|
Loading…
Reference in a new issue