调拨单管理修改

This commit is contained in:
weizhiqiang 2021-06-26 09:50:51 +08:00
parent 8a5b3c0cc6
commit 3f53bcdcaa
6 changed files with 55 additions and 15 deletions

View file

@ -1,6 +1,7 @@
/**
* Copyright 卫志强 QQ598748873@qq.com Inc. All rights reserved.
*/
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/6 15:31
*
* @ClassName: AccountController
* @Description: 账户信息管理控制类
* @author: skyeye云系列--卫志强
* @date: 2021/6/26 9:48
*
* @Copyright: 2021 https://gitee.com/doc_wei01/skyeye Inc. All rights reserved.
* 注意本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
*/
@Controller
public class AccountController {

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.AdvanceChargeService;
/**
* @Author 卫志强
* @Description 收预付款
* @Date 2019/10/20 10:22
*
* @ClassName: AdvanceChargeController
* @Description: 预付款信息管理控制类
* @author: skyeye云系列--卫志强
* @date: 2021/6/26 9:48
*
* @Copyright: 2021 https://gitee.com/doc_wei01/skyeye Inc. All rights reserved.
* 注意本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
*/
@Controller
public class AdvanceChargeController {

View file

@ -13,9 +13,14 @@ import com.skyeye.common.object.OutputObject;
import com.skyeye.service.AllocationService;
/**
* @Author 卫志强
* @Description 调拨单
* @Date 2019/10/16 15:32
*
* @ClassName: AllocationController
* @Description: 调拨单管理控制类
* @author: skyeye云系列--卫志强
* @date: 2021/6/26 9:49
*
* @Copyright: 2021 https://gitee.com/doc_wei01/skyeye Inc. All rights reserved.
* 注意本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
*/
@Controller
public class AllocationController {

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.AssemblySheetService;
/**
* @Author 卫志强
* @Description 组装单
* @Date 2019/10/16 15:32
*
* @ClassName: AssemblySheetController
* @Description: 组装单管理控制类
* @author: skyeye云系列--卫志强
* @date: 2021/6/26 9:50
*
* @Copyright: 2021 https://gitee.com/doc_wei01/skyeye Inc. All rights reserved.
* 注意本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
*/
@Controller
public class AssemblySheetController {

View file

@ -1,6 +1,7 @@
/**
* Copyright 卫志强 QQ598748873@qq.com Inc. All rights reserved.
*/
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/9/16 21:22
*
* @ClassName: CustomerController
* @Description: 客户信息管理控制类
* @author: skyeye云系列--卫志强
* @date: 2021/6/26 9:48
*
* @Copyright: 2021 https://gitee.com/doc_wei01/skyeye Inc. All rights reserved.
* 注意本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
*/
@Controller
public class CustomerController {

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;
@ -12,6 +13,16 @@ import com.skyeye.common.object.InputObject;
import com.skyeye.common.object.OutputObject;
import com.skyeye.service.ErpCommonService;
/**
*
* @ClassName: ErpCommonController
* @Description: ERP公共模块管理控制类
* @author: skyeye云系列--卫志强
* @date: 2021/6/26 9:49
*
* @Copyright: 2021 https://gitee.com/doc_wei01/skyeye Inc. All rights reserved.
* 注意本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
*/
@Controller
public class ErpCommonController {