完善商品的excel导入功能,增加了基础重量、序列号和批号列

This commit is contained in:
神话
2022-05-02 22:27:55 +08:00
parent 01499322be
commit be0ec2a475
2 changed files with 37 additions and 14 deletions

View File

@@ -299,6 +299,9 @@ public class ExceptionConstants {
//商品条码不是正整数
public static final int MATERIAL_BARCODE_NOT_INTEGER_CODE = 8000007;
public static final String MATERIAL_BARCODE_NOT_INTEGER_MSG = "商品条码:%s不是正整数";
//序列号和批号只能有一项
public static final int MATERIAL_ENABLE_MUST_ONE_CODE = 8000008;
public static final String MATERIAL_ENABLE_MUST_ONE_MSG = "抱歉,商品条码:%s的序列号和批号不能同时填1";
/**
* 单据信息
* type = 85