给组装拆卸、调拨单增加校验

This commit is contained in:
季圣华
2022-09-09 01:24:00 +08:00
parent aa72b0bce2
commit 62ef2b3983
3 changed files with 22 additions and 0 deletions

View File

@@ -93,6 +93,8 @@ public class BusinessConstants {
public static final String SUB_TYPE_SALES_RETURN = "销售退货";
public static final String SUB_TYPE_TRANSFER = "调拨";
public static final String SUB_TYPE_REPLAY = "盘点复盘";
public static final String SUB_TYPE_ASSEMBLE = "组装单";
public static final String SUB_TYPE_DISASSEMBLE = "拆卸单";
/**
* 批量插入sql时最大的数据条数
* */