From ce1ca8beed0bf616c01229132343bd686089593d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 24 Aug 2021 01:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=8D=95=E6=8D=AE=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/jsh/erp/constants/ExceptionConstants.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/jshERP-boot/src/main/java/com/jsh/erp/constants/ExceptionConstants.java b/jshERP-boot/src/main/java/com/jsh/erp/constants/ExceptionConstants.java index c884def5f..8414a9898 100644 --- a/jshERP-boot/src/main/java/com/jsh/erp/constants/ExceptionConstants.java +++ b/jshERP-boot/src/main/java/com/jsh/erp/constants/ExceptionConstants.java @@ -303,9 +303,6 @@ public class ExceptionConstants { //修改单据信息失败 public static final int DEPOT_HEAD_EDIT_FAILED_CODE = 8500002; public static final String DEPOT_HEAD_EDIT_FAILED_MSG = "修改单据信息失败"; - //单据录入数量超出限制 - public static final int DEPOT_HEAD_OVER_LIMIT_FAILED_CODE = 8500003; - public static final String DEPOT_HEAD_OVER_LIMIT_FAILED_MSG = "单据录入数量超出限制,请联系管理员"; //单据录入-仓库不能为空 public static final int DEPOT_HEAD_DEPOT_FAILED_CODE = 8500004; public static final String DEPOT_HEAD_DEPOT_FAILED_MSG = "仓库不能为空";