优化商品导入功能

This commit is contained in:
季圣华
2021-08-20 00:33:07 +08:00
parent d7ade048be
commit 81465e5dd6
3 changed files with 89 additions and 78 deletions

View File

@@ -287,6 +287,9 @@ public class ExceptionConstants {
//商品条码重复
public static final int MATERIAL_BARCODE_EXISTS_CODE = 8000005;
public static final String MATERIAL_BARCODE_EXISTS_MSG = "商品条码:%s重复";
//商品-单位匹配不上
public static final int MATERIAL_UNIT_MATE_CODE = 8000006;
public static final String MATERIAL_UNIT_MATE_MSG = "抱歉,单位匹配不上,请完善计量单位信息!";
/**
* 单据信息
* type = 85