添加序列号新增时验证条件
This commit is contained in:
@@ -21,6 +21,20 @@ public class BusinessConstants {
|
||||
* 默认的分页页数
|
||||
*/
|
||||
public static final String DEFAULT_PAGINATION_PAGE_SIZE = "10";
|
||||
/**
|
||||
* 商品是否开启序列号标识enableSerialNumber 0否false,1是true
|
||||
*
|
||||
* */
|
||||
public static final boolean MATERIAL_ENABLE_SERIAL_NUMBER = true;
|
||||
public static final boolean MATERIAL_NOT_ENABLE_SERIAL_NUMBER = false;
|
||||
/**
|
||||
* 单据主表出入库类型 type 入库 出库
|
||||
* depothead
|
||||
* */
|
||||
public static final String DEPOTHEAD_TYPE_STORAGE = "入库";
|
||||
public static final String DEPOTHEAD_TYPE_OUT = "出库";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user